Upversioned to 0.3 as much refactoring has changed API
This commit is contained in:
parent
03ed76f34d
commit
3c92427285
20 changed files with 953 additions and 489 deletions
3
resources/mexpr/append.mexpr.lsp
Normal file
3
resources/mexpr/append.mexpr.lsp
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
;; page 61
|
||||
|
||||
append[x; y] = [null[x] -> y; T -> cons[car[x]; append[cdr[x]; y]]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue