Right, there's an awful lot of Lisp actually working...
This commit is contained in:
parent
c3b327f760
commit
1f16241af7
31 changed files with 250 additions and 97 deletions
4
resources/mexpr/union.mexpr.lsp
Normal file
4
resources/mexpr/union.mexpr.lsp
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
;; page 15
|
||||
union[x; y] = [null[x] -> y;
|
||||
member[car[x]; y] -> union[cdr[x]; y];
|
||||
T -> cons[car[x]; union[cdr[x]; y]]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue