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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 406 - 435 of 483   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
406
I think some object-oriented features are necessary to expand the language without knowledge of C. Without the ability to add libraries that way it won't...
Samuel Crow
samuraileumas
Offline Send Email
Feb 1, 2007
9:57 pm
407
OK, so what OO features do you think will be necessary? By adding libraries do you mean adding third party libraries or creating libraries in Mattathais? Or...
Michael Ness
sidewinder52c
Online Now Send Email
Feb 2, 2007
2:59 am
408
... Just the ability to define a class with some basic inheritance. I think using Peek and Poke and their 16 and 32-bit equivalents to access banks/structures...
Samuel Crow
samuraileumas
Offline Send Email
Feb 2, 2007
5:45 pm
409
... Sorry, haven't had the time to try it out :( ... That's always good to hear :) Regards, Andrew D. Burton aliensrcooluk@......
Andrew D. Burton
aliensrcooluk
Offline Send Email
Feb 3, 2007
12:13 am
410
How should this class definition work? Class ADD_INT Procedure ADD[A, B] C = A + B End Proc[C] End Class Is "Procedure" a proper word in a class? Should we...
Michael Ness
sidewinder52c
Online Now Send Email
Feb 3, 2007
7:26 pm
411
... Not sure what you asking with this whole Class thing. Are (numerical) variables presumed to be floating point, as opposed to integers, unless specified...
Andrew D. Burton
aliensrcooluk
Offline Send Email
Feb 3, 2007
10:34 pm
412
... (numerical) variables presumed to be floating point, as opposed to integers, unless specified otherwise? A class is difficult to explain. AMOS doesn't...
Michael Ness
sidewinder52c
Online Now Send Email
Feb 4, 2007
2:22 am
413
... That looks good to me with Procedure definitions. ... I think data hiding is a waste of code and is foreign to the concept of BASIC. All that would be...
Samuel Crow
samuraileumas
Offline Send Email
Feb 4, 2007
5:38 pm
414
... new ... concept ... members/methods is ... In SDLBasic 'shared' variables are declared inside subroutines/functions. When DIM is used , it's local &...
a2091ds
Offline Send Email
Feb 4, 2007
7:25 pm
415
... One thing to consider in this case is that sdlBasic is an interpreted environment and had compiling bolted on as an afterthought. Since Mattathias is a...
Samuel Crow
samuraileumas
Offline Send Email
Feb 4, 2007
7:48 pm
416
... Ahhh, I think I understand that now ;) ... Yeah, I know about signed/unsigned bytes/words/lwords etc. but personally I have never needed negative data in...
Andrew D. Burton
aliensrcooluk
Offline Send Email
Feb 4, 2007
10:06 pm
417
... Then another question is if the procedures should be defined in-line (as above and in languages like C# or Java) or if the class should just define the...
Michael Ness
sidewinder52c
Online Now Send Email
Feb 5, 2007
3:32 pm
418
... I agree. I guess I wasn't really asking if there should be public data, but rather if we should introduce a new keyword for use in a class. But really,...
Michael Ness
sidewinder52c
Online Now Send Email
Feb 5, 2007
3:42 pm
419
... I agree. Shared for public visibility, defaults to class visibility. No need for private visibility since class visibility is good enough for most...
Samuel Crow
samuraileumas
Offline Send Email
Feb 5, 2007
5:39 pm
420
... Interfaces are just lists of procedures that are present in classes that implement it. I think what you are asking is whether there will be method...
Samuel Crow
samuraileumas
Offline Send Email
Feb 5, 2007
7:19 pm
421
... **>> snip <<** ... LOL. I have used AMOS for 4 years now and I have never used the Param command. I guess it's because I don't understand it's usefulness....
Andrew D. Burton
aliensrcooluk
Offline Send Email
Feb 5, 2007
9:28 pm
422
... command. I guess it's because I don't understand it's usefulness. Heck, this time last year I had no clue about using Mod (modula, modulae etc.) with...
Michael Ness
sidewinder52c
Online Now Send Email
Feb 6, 2007
2:19 am
423
I guess this would raise the question about whether we should update the Def Fn method of implementing functions on Basic. After all, this would seem to be...
Samuel Crow
samuraileumas
Offline Send Email
Feb 10, 2007
10:51 pm
424
The Def Fn command works pretty much like a #define macro in C or C++. Its usefulness is limited to expressions. It's very simple and changing it would blur...
Michael Ness
sidewinder52c
Online Now Send Email
Feb 11, 2007
3:36 am
425
I think having to copy a get method into a local variable such as this would defeat some of the purpose of the black-box read-only nature of encapsulating...
Crow, Samuel David
samuraileumas
Offline Send Email
Feb 11, 2007
9:44 pm
426
Hi all, I've tookup playing cards with basic. I was curious if a font exists with card sysmbols -- clubs, hearts, etc? I didn't want to get into serious...
a2091ds
Offline Send Email
Feb 21, 2007
7:51 pm
427
Any font that emulates the PC-style ANSI graphics such as those that come bundled with NComm or any other PC-oriented terminal package should work....
Samuel Crow
samuraileumas
Offline Send Email
Feb 21, 2007
8:00 pm
428
Hi Samuel, I've used NCOMM on my A2000; registered too. I'll have to search for it. Thanks! ... ......
a2091ds
Offline Send Email
Feb 22, 2007
7:23 pm
429
It just occured to me that AMOS extension allow functions to return values directly like C does. How would we implement Amos-compatibility extensions without...
Samuel Crow
samuraileumas
Offline Send Email
Feb 25, 2007
5:51 pm
430
You're correct. And it's not just in extensions. The core language allows functions (cos(), str(), etc.) to return values. But there is no precedent for...
Michael Ness
sidewinder52c
Online Now Send Email
Feb 27, 2007
12:00 am
431
I vote for option 2. It may be similar to Pascal or COMAL but it is necessary to be able to create compatible extensions for Mattathias in Mattatias. ...
Crow, Samuel David
samuraileumas
Offline Send Email
Feb 27, 2007
12:16 am
432
Hi, Found "JBPoker.lha" on aminet. I get the Amos splash screen, but goes blank afterward. ? A1-XE/G4 and latest EUAE. It isn't the first time Amos stuff...
a2091ds
Offline Send Email
Mar 1, 2007
7:24 pm
433
... Are you emulating ECS? If you're emulating AGA you're probably running into bugs in the earlier versions of Amos that made their code incompatible with...
Samuel Crow
samuraileumas
Offline Send Email
Mar 2, 2007
5:05 pm
434
... goes ... Hi Samuel, Nope I never use AGA. Only ECS. It may because it's AmiKIt. I've adapted NonJIT speedups for AmiKit 1.2 and use that mostly. Oops, that...
a2091ds
Offline Send Email
Mar 4, 2007
8:02 pm
435
Hi Mike, I was looking at the CVS on SourceForge.net and I noticed that you are making progress! I have a few comments and suggestions on class.c, however. ...
Samuel Crow
samuraileumas
Offline Send Email
Mar 5, 2007
5:22 pm
Messages 406 - 435 of 483   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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