Talk:Lisp (programming language): Difference between revisions

Content deleted Content added
No edit summary
Hirzel (talk | contribs)
Question about minimal implementation
Line 40:
 
:http://www.cliki.net/Unicode%20and%20Lisp -- [[User:TakuyaMurata|Taku]] 02:17 12 Jun 2003 (UTC)
 
:: Thank you for the answer!
----
The article says:
 
''A minimal Lisp needs just a few functions implemented in C or machine language.
 
* car
* cdr
* cons
* quote
* eq
* cond
* a mechanism to define functions ''
 
Is there an open source C (or Pascal, Basic or whatever implementation) which shows how this is done? ~~----