Search the web
Sign In
New User? Sign Up
mattathias · Mattathias: Building a better BASIC
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 120 - 149 of 518   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
120
Well, it's been a crazy month so far. We've been under the threat of 3 hurricanes here in Georgia in the past month, but only one actually hit us. But that...
Michael Ness
sidewinder52c
Offline Send Email
Sep 15, 2004
2:38 am
121
Hi Mike, Thanks for the update. The part I am looking forward to is the "extension" part. I want to have a go at making some extensions. Simple at first so...
Patrick Wesseling
patrickwesse...
Offline Send Email
Sep 15, 2004
8:09 am
122
Lately in what little spare time I have I've been trying to get ParaGUI to work. Since it uses SDL-related APIs for all of its operation it should be useful...
samuel.crow@...
samuraicrow
Offline Send Email
Nov 10, 2004
8:24 pm
123
That's a good question. How should they be implemented? OOP is really a question of language design rather than code generation. It is the compiler that...
Michael Ness
sidewinder52c
Offline Send Email
Nov 13, 2004
5:32 pm
124
For those of you who are waiting for any news on the AMOS front I've discovered that Alvyn Basic has a Windows version uploaded to the file area of their Yahoo...
samuel.crow@...
samuraicrow
Offline Send Email
Nov 17, 2004
3:28 am
125
Sorry about the delayed response. How to implement OOP on Mattathias depends on how the identifiers are stored in memory. Ideally we'd use either a hash table...
samuel.crow@...
samuraicrow
Offline Send Email
Dec 12, 2004
6:40 pm
126
... Currently I'm using a hash table to store the identifiers. I think I see what you're saying about the extra tables. What should the symtax look like for...
Michael Ness
sidewinder52c
Offline Send Email
Dec 12, 2004
10:11 pm
127
I've given some thought to the OOP syntax of Mattathias. My first idea was to use the space as an operator for class membership so it would be easy to...
Crow, Samuel David
samuraicrow
Offline Send Email
Dec 15, 2004
6:24 pm
128
I've been thinking that an Intel version of Mattathias would have to have endian correction when accessing bank files. Here's the clincher: Do we correct the...
samuel.crow@...
samuraicrow
Offline Send Email
Dec 17, 2004
9:07 pm
129
Also, A class should be able to contain a reference to any other class regardless of the order they are listed in the source file. I've been programming in C++...
samuel.crow@...
samuraicrow
Offline Send Email
Dec 23, 2004
4:09 pm
130
Well, if we correct it as the bank loads then we can use the same banks accross platforms, but it may make it more difficult to code. Mike ... to have endian...
Michael Ness
sidewinder52c
Offline Send Email
Dec 26, 2004
5:01 am
131
Yes, this is a problem in C++, but it is harder to implement forward references. It requires at least two passes to generate the code and so increases compile...
Michael Ness
sidewinder52c
Offline Send Email
Dec 26, 2004
5:09 am
132
There is an opcode on the 486 or better called BSWAP that endian-swaps a longword register but it would require the use of inline assembler. If we did it at...
Crow, Samuel David
samuraicrow
Offline Send Email
Dec 26, 2004
4:18 pm
133
Fine the . operator it is. It seems to me that since Basic doesn't declare its variables ahead of time then a Basic compiler is going to at least be...
Crow, Samuel David
samuraicrow
Offline Send Email
Dec 26, 2004
4:21 pm
134
Hi, It's quiet so I thought I stir things up. Do we really need memory banks in M-Basic? Greetings, Patrick [Non-text portions of this message have been...
Patrick Wesseling
patrickwesse...
Offline Send Email
Feb 15, 2005
4:23 pm
135
The object-oriented features of Mattathias should make banks a thing of the past but the Amos extension will need them still... We might end up using the banks...
Crow, Samuel David
samuraicrow
Offline Send Email
Feb 15, 2005
4:45 pm
136
Hi, Could the Amos extension not introduce them? Leave them out of M-Basic. Patrick...
Patrick Wesseling
patrickwesse...
Offline Send Email
Feb 15, 2005
4:58 pm
137
Interesting. AMOS without memory banks. That's certainly an interesting idea. Right now banks are the only way to allocate memory in AMOS (without envoking...
Michael Ness
sidewinder52c
Offline Send Email
Feb 18, 2005
1:11 pm
138
Hi Mike, I was browsing thru some Amos material and the sum it up this is what they say about memory banks: The way to speed up loading of gfx/music etc. Since...
Patrick Wesseling
patrickwesse...
Offline Send Email
Feb 18, 2005
2:01 pm
139
Hey Patrick, That's one way to look at it. Another way would be: Gee...it takes so long to load graphics and music from the disc, so lets allocate some memory...
Michael Ness
sidewinder52c
Offline Send Email
Feb 18, 2005
2:36 pm
140
Hi Mike, ... Hmm you are right. It has to be simple. You want to stick to the old Amos concept which would make porting easier of old stuff or make a different...
Patrick Wesseling
patrickwesse...
Offline Send Email
Feb 18, 2005
2:54 pm
141
Ok, well, I suppose I've been silent for long enough. The last time I gave any real news about Mattathias was almost 8 months ago. A lot has changed since...
Michael Ness
sidewinder52c
Offline Send Email
Feb 18, 2005
3:01 pm
142
Hi Mike, Great! Of you have reached the "test" state of anything give a shout. I will make time to betetest anything. Patrick...
Patrick Wesseling
patrickwesse...
Offline Send Email
Feb 18, 2005
3:07 pm
143
... One thing that MUST be considered in memory allocation is that in an object-oriented language we must be able to allocate records/banks on the fly and...
samuel.crow@...
samuraicrow
Offline Send Email
Feb 18, 2005
6:16 pm
144
Well, in all honesty the OOP capability of Mattathias has not been defined very well yet, so that's a good thing as far as these discussions go. How should...
Michael Ness
sidewinder52c
Offline Send Email
Feb 21, 2005
11:03 am
145
Ok, I have a question for everyone. I'm working on implementing the DATA instructions for Mattathias and have run into a problem that I need some input on. ...
Michael Ness
sidewinder52c
Offline Send Email
Feb 21, 2005
11:58 am
146
Hi, I know pretty much nothing about OOP. Patrick...
Patrick Wesseling
patrickwesse...
Offline Send Email
Feb 21, 2005
12:13 pm
147
Lose the bloat. Those features should never be used anyway. It's bad programming practice. ... From: Michael Ness [mailto:sidewinder52c@...] Sent: Mon...
Crow, Samuel David
samuraicrow
Offline Send Email
Feb 21, 2005
4:33 pm
148
Your example code looks like good syntax. I wouldn't use C++ as a model of ideal OOP, however. I'd recommend you get a book about Java instead. If in...
Crow, Samuel David
samuraicrow
Offline Send Email
Feb 21, 2005
4:57 pm
149
Hi, Is M-Basic going towards a Visual Basic like style? Just wondering. Patrick [Non-text portions of this message have been removed]...
Patrick Wesseling
patrickwesse...
Offline Send Email
Feb 22, 2005
8:55 pm
Messages 120 - 149 of 518   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help