Outlines of host functions

This commit is contained in:
Simon Brooke 2019-08-21 16:30:11 +01:00
parent ecbb4c2218
commit fd7cc71480

View file

@ -3,3 +3,36 @@
be) implemented in Lisp 1.5, which therefore need to be implemented in the
host language, in this case Clojure.")
;; these are CANDIDATES to be host-implemented. only a subset of them MUST be.
;; those which can be implemented in Lisp should be, since that aids
;; portability.
;; RPLACA
;; RPLACD
;; PLUS
;; MINUS
;; DIFFERENCE
;; QUOTIENT
;; REMAINDER
;; ADD1
;; SUB1
;; MAX
;; MIN
;; RECIP
;; FIXP
;; NUMBERP
;;