All ready to implement property lists, not yet done.
This commit is contained in:
parent
5ee9531e6b
commit
b61e7c3e8c
16 changed files with 225 additions and 125 deletions
5
resources/mexpr/pairlis.mexpr.lsp
Normal file
5
resources/mexpr/pairlis.mexpr.lsp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
;; page 12
|
||||
|
||||
pairlis[x;y;a] = [null[x] -> a;
|
||||
T -> cons[cons[car[x]; car[y]];
|
||||
pairlis[cdr[x]; cdr[y]; a]]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue