Wie viele Primitive benötigt man zum Aufbau einer LISP-Maschine? Zehn, sieben oder fünf?

Auf dieser Website Sie sagen, es gibt 10 LISP-primitive.
Die primitive sind: atom, quote, eq, car, cdr, cons, cond, lambda, label, apply.

http://hyperpolyglot.wikidot.com/lisp#ten-primitives

Stevey rechnet, sind es sieben (oder fünf):

Its part of the purity of the idea of LISP: you only need the seven (or is 
it five?) primitives to build the full machine.

http://steve-yegge.blogspot.com/2006/04/lisp-is-not-acceptable-lisp.html

Was ist die minimale Anzahl von primitiven zu bauen, eine LISP-Maschine (dh etwas, das kann eine eval/Wert-Funktion auf LISP-code)? (Und welche sind Sie?)

(Ich kann dich verstehen, könnte auch ohne Leben atom, label and apply)

InformationsquelleAutor der Frage hawkeye | 2010-08-14

Schreibe einen Kommentar