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

前端 未结 7 1330
夕颜
夕颜 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:13

    McCarthy used seven operators to define the original Lisp: quote, atom, eq, car, cdr, cons and cond. This article retraces his steps.

提交回复
热议问题