diiq / Tainted-Oyster

A FEXPR-based lisp, for first-class, hygenic macro magic.
10 stars 2 forks source link

Numbers should be functions #19

Open diiq opened 13 years ago

diiq commented 13 years ago

Numbers should be functions that index into lists:

4 '(a b c d e f g)

should return e.