femtolisp icon indicating copy to clipboard operation
femtolisp copied to clipboard

RFC: make `[]` synonyms for `()` as in many Schemes

Open JeffBezanson opened this issue 8 years ago • 0 comments

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

JeffBezanson avatar Nov 16 '16 15:11 JeffBezanson