Outlines of host functions
This commit is contained in:
parent
ecbb4c2218
commit
fd7cc71480
|
@ -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
|
||||
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue