> I would to ask you a question: there is a statement on amForth's
> GitHub page: >> amforth is influenced by (early versions of) avrforth
> from Daniel Kruszyna http://krue.net/avrforth/ and by the series of
> articles "Forth von der Pike auf" by Ron Minke published at the
> "vierte dimension" at http://www.forth-ev.de/ <<
> 
> Well I mean these articles (which I read presently), since they show
> exactly what I'm after right now: flexibility in selection where new
> words can be added - be it flash or RAM - and where the "recognizer"
> will look for them. I wonder would it be very complicated to add such
> configuration capability to amforth - for the microcontrollers, that
> are able to use external RAM (like Atmega162, for example)?

Ron's Forth may do what you want, you should ask him for a copy.
I've never seen it in action however. We never exchanged code or
anything else beyond the papers. When I wrote the amforth core
system, his series of articles was only partly published, his
complex RAM usage was unknown to me, so I implemented by own
ideas. Without a dependency on external RAM.

Matthias

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to