newLISP Fan Club

Forum => Whither newLISP? => Topic started by: cormullion on June 25, 2012, 07:12:09 AM

Title: newLISP question on Stack Overflow
Post by: cormullion on June 25, 2012, 07:12:09 AM
I couldn't answer this question (//http) myself, but if you can, and want to earn "valuable" reputation points, please answer it... :)
Title: Re: newLISP question on Stack Overflow
Post by: Lutz on June 25, 2012, 08:23:04 AM
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.