What has lisp ever done for reducing the memory footprint of a computer program? The answer is nothing, nothing at all. This is all the work of C.
Name:
Anonymous2013-07-02 19:48
>>88
C/C++ still requires MMU for its speed. Had such MMU be provided say for Common Lisp, it would have been a lot faster than C/C++ due to microkernel design and array bound checking in hardware.