|
From: Matthias T. <mt...@we...> - 2010-08-08 18:07:50
|
Hi Matt, > The best thing you can do in order to understand the inner workings of > amforth (or any other forth), is to look at jonesforth > > http://www.annexia.org/forth > > and then get a copy of Threaded Interpretive Languages. Be careful however. The Jonesforth implementations of many words are different from the amforth versions. So do not expect to understand amforth from jonesforth sources ;=) A prominent example is the difference between variable and constant: in amforth there is no runtime difference, variables are slightly customized constants at definition time. Matthias PS: I did not yet found fixes for the current bugs... still thinking... |