Sunday, July 24, 2011

[dlmhkupo] Lisp without numbers

Consider a simplification of Lisp: no built-in numbers.

If you want numbers and arithmetic, you have to implement it yourself (or in a library), perhaps in binary as lists of zero and one atoms.

No comments :