How many primitives does it take to build a LISP machine? Ten, seven or five?

前端 未结 7 1276
夕颜
夕颜 2020-12-02 05:08

On this site they say there are 10 LISP primitives. The primitives are: atom, quote, eq, car, cdr, cons, cond, lambda, label, apply.

http://hyperpolygl

相关标签:
7条回答
  • 2020-12-02 05:39

    Paul Graham implements eval using seven.

    In McCarthy's Micro Manual for LISP he implements eval using ten.

    0 讨论(0)
提交回复
热议问题