Really minimum lisp
        Posted  
        
            by Mgccl
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mgccl
        
        
        
        Published on 2010-04-28T17:07:48Z
        Indexed on 
            2010/04/28
            17:13 UTC
        
        
        Read the original article
        Hit count: 259
        
lisp
|turing-complete
What is the minimum set of primitives required such that a language is Turing complete and a lisp variant?
Seems like car, cdr and some flow control and something for REPL is enough. It be nice if there is such list.
Assume there are only 3 types of data, integers, symbols and lists.(like in picolisp)
© Stack Overflow or respective owner