newLisp Internals

For the Compleat Fan
Locked
konrad
Posts: 11
Joined: Thu Aug 23, 2007 4:05 pm

newLisp Internals

Post by 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
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

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
Posts: 11
Joined: Thu Aug 23, 2007 4:05 pm

Post by konrad »

Look foward to reading your summary,

regards

Konrad.

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

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

Lutz

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Second revision of: http://newlisp.org/ExpressionEvaluation.html

still editing, still not official ;-)

Lutz

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

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

Locked