[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: VM02 v1.0 Released! April Fools???
On Apr 1, 12:01 pm, dog_...@macgui.com (D Finnigan) wrote:
> I wrote some Java programs for it last evening. I wrote one which just
> echoes all of the input arguments, then I saw that there's already a program
> to do that. I then wrote a program which uses an Animal interface and then
> has a Cat and Dog class which implement that interface.
>
> Nicely done. Now we just need to get a javac-type compiler for Apple, and we
> are all set.
>
Eggggggssssellent! If you search in the org/vm02/fava directory you
will find my lexical parser class. Boy does it run slow. I'm
thinking there must be some simpler language than Java that can be
easily compiled into a class file. First I was thinking of a native
class assembler that could assemble 6502 and DVM code into class
files.
> I'm going to be running some more of the Java stuff that I've done in class
> on it as well. I would have done it last evening, since I've got some neat
> thread demos, but I didn't have the code with me. :-(
>
Don't forget that many of the fancier classes/methods aren't
implemented. You might have to look at the Thread class to see what
is there.
> --
> Mac GUI Vault - A source for retro Apple II and Macintosh
> computing.http://macgui.com/vault/
Thanks for your effort!
Dave...