git @ Cat's Eye Technologies Yolk / master
Merge branch 'master' of https://codeberg.org/catseye/Yolk Chris Pressey 1 year, 6 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5555 ?
5656
5757 `(cons A B)` evaluates A to a S-expression and B to a list, and evaluates to a list
58 which is the same as B except it has an extra element on the front, B.
58 which is the same as B except it has an extra element on the front, A.
5959
6060 | (cons (quote quote) (quote (head tail cons)))
6161 = (quote head tail cons)