veer66 to Lisp Community@lemmy.mlEnglish · edit-21 year agoWas there malloc in 1959? How did they implement the first Lisp interpreter on IBM 704?message-squaremessage-square3fedilinkarrow-up112file-text
arrow-up112message-squareWas there malloc in 1959? How did they implement the first Lisp interpreter on IBM 704?veer66 to Lisp Community@lemmy.mlEnglish · edit-21 year agomessage-square3fedilinkfile-text
minus-squaresplatt9990@lemmy.mllinkfedilinkEnglisharrow-up3·1 year agoMalloc 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.
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.