newLisp Internals

Started by konrad, August 23, 2007, 08:12:05 PM

Previous topic - Next topic

konrad

Hi I was just wondering if there was any documentation (other than reading the source) on how the newLisp interpreter actually works and what data structures it uses to do its job?



About the only thing I seem to have been able to find is the paper on Memory Management.

Lutz

#1
At the moment the Memory Management document is the only place to find out about internals, but I will add some more chapters over time.



Its really pretty simple, I can post a short one-page summary coming week. Currently I am travelling and communicating over a slow dial-up line ;-)



Lutz

konrad

#2
Look foward to reading your summary,



regards



Konrad.

Lutz

#3
Here is a first draft: http://newlisp.org/ExpressionEvaluation.html">http://newlisp.org/ExpressionEvaluation.html (still editing)



Lutz

Lutz

#4
Second revision of: http://newlisp.org/ExpressionEvaluation.html">http://newlisp.org/ExpressionEvaluation.html



still editing, still not official ;-)



Lutz

cormullion

#5
Impressive! Looks like I've got some serious study to do this year...