git @ Cat's Eye Technologies Lanthorn / homoiconicity-experiment
Add some TODO notes that were never checked in. Chris Pressey 1 year, 6 months ago
1 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
624624 fun(e) -> e
625625 )
626626 => [<< a >>,<< b >>]
627
628 TODO
629 ----
630
631 * builtin function `concat` (strings, lists)
632 * functions `map`, `fold` (possibly built-in)
633 * constructors for syntax (`mk_apply`, `mk_fun`, etc)
634 * what would be good would be to genericize the abstract recursive type
635 that is used for syntax and for lists currently.