femtolisp
femtolisp copied to clipboard
RFC: make `[]` synonyms for `()` as in many Schemes
This is an approach to #30 that I feel would be best, as it follows standards that are pretty well established at this point.
-
[]
are the same as()
(but have to nest correctly of course) -
vector syntax is now only
#()
-
make
{}
invalid characters to reserve them for future use