Page 1 of 1

newLISP question on Stack Overflow

Posted: Mon Jun 25, 2012 2:12 pm
by cormullion
I couldn't answer this question myself, but if you can, and want to earn "valuable" reputation points, please answer it... :)

Re: newLISP question on Stack Overflow

Posted: Mon Jun 25, 2012 3:23 pm
by Lutz
Perhaps reading http://www.newlisp.org/ExpressionEvaluation.html helps understanding the http://www.newlisp.org/MemoryManagement.html paper better. Regarding circular references: they do not exist in newLISP, there is no way to create them. The performance question is addressed in a sub chapter of that memory management paper and here: http://www.newlisp.org/benchmarks/

May be working and experimenting with newLISP - i.e. trying to create a circular reference - will clear up most of the questions.