Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
New Lisp Memory Management Technique (One Reference Only) (newlisp.org)
4 points by yinso on Aug 21, 2017 | hide | past | favorite | 1 comment


This is similar to AutoLisp which has only immutable cons cells and strings. There are no global referencing functions, like rplacd. args are locally bound, but without refcount bumping. It sucks a bit to copy everything, you cannot efficiently share big lists, but the benefits were much larger.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: