Content deleted Content added
mNo edit summary |
Minimality |
||
Line 56:
Is there an open source C (or Pascal, Basic or whatever implementation) which shows how this is done? A lisp version is found [http://www.paulgraham.com/lispcode.html here] (use link McCarthy's original implemenation) --[[User:Hirzel|Hirzel]] 08:08 1 Jul 2003 (UTC)
:Is "cond" really necessary? I think if you define "true" and "false" appropriately, you could implement cond. Also, is it possible to implement gt and lt if you only have eq?
|