How did they implement allocate a new cons cell?
You are viewing a single thread.
View all comments 2 points
Malloc is a C function and wouldn’t come around for another 15 years or so. They likely wrote memory allocation code directly in machine code/assembly which could and would just access raw memory directly.