Inside the lone lisp heap: A technical deep dive into a dynamic language's memory architecture
This article discusses the heap implementation of "lone lisp," a dynamic programming language. It describes how lone started as a collection of C data structures with a union type system, a typed value structure, and a custom language designed to combine these values into working program patterns. The article focuses on the technical architecture of the lone