cljs/api

categorize syntax forms

Closed this issue · 1 comments

I think the length of this Syntax section can leave the wrong impression about syntax complexity. Just a few core forms, and some special modifiers, and interpretations:

  • core literals
  • core-modifiers (meta, quote, dispatch)
  • dispatch-modifiers (set, regex, ignore)
  • destructuring ([], {})
  • special namespaces (js, Math)
  • special symbols (nil, booleans, Infinity, NaN)
  • conventions/patterns