Very close to working FSUBRs - but not quite there.
This commit is contained in:
parent
7c4d3668a8
commit
e9406d5574
6 changed files with 126 additions and 52 deletions
|
|
@ -1 +1,7 @@
|
|||
;; TODO
|
||||
;; This isn't working but it's really not far off.
|
||||
|
||||
(PUT 'CONC 'FEXPR
|
||||
;; possibly ARGS should be (ARGS)...
|
||||
'(LABEL ARGS
|
||||
(COND ((COND ((ONEP (LENGTH ARGS)) ARGS)
|
||||
(T (ATTRIB (CAR ARGS) (APPLY CONC (CDR ARGS) NIL)))) ARGS))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue