newLISP question on Stack Overflow

Started by cormullion, June 25, 2012, 07:12:09 AM

Previous topic - Next topic

cormullion

I couldn't answer http://stackoverflow.com/questions/11189869/does-newlisp-use-garbage-collection">this question myself, but if you can, and want to earn "valuable" reputation points, please answer it... :)

Lutz

#1
Perhaps reading http://www.newlisp.org/ExpressionEvaluation.html">http://www.newlisp.org/ExpressionEvaluation.html helps understanding the http://www.newlisp.org/MemoryManagement.html">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/">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.