[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a2tools for ProDOS (?)



chris@CosmicWolf.com (Chris Morse) wrote in news:3f4faeb8.13973983
@news.dsl.net:

> Same thing here; not using SWT or anything, just the storage classes.

You're using "native" cvs command-line then?  What are you developing on 
just out of curiosity?  (Linux/Windows/Mac/etc)
 
> From what I've explored, the storage classes look well designed and
> implemented.  Really useful stuff!  Will play around with it more
> tonight and this weekend.

Thanks!  I did try to keep UI separated from the domain.  Hopefully I 
didn't over-engineer anything.

[Rob's rambling...]

There are JUnit tests, I believe, that could be doctored up if you need 
to touch the domain classes.  I found them really useful in development 
- I think testing from a UI (text or graphical) really painful.

I *think* I've also got some early releases of the Applesoft compiler 
that are released, so a future option I want to do is (at least) produce 
assembly source that can then be compiled - this is close, but not 
complete.  Maybe even integrate an assembler itself. 

You'll note that I've been having fun when I work on it - and I'm open 
to suggestions.  (Actually, please add anything to the sourceforge site, 
so I don't forget them and they don't get lost.)

[/Rob's done rambling...]
 
> // CHRIS

Have fun - I look forward to seeing what you and John come up with!
-Rob