Skip to content
Jordan Klassen edited this page Jun 30, 2016 · 3 revisions

Welcome to the tacoscript wiki!

Here are some random ideas:

(1,2,3) -> Immutable.List.of(1,2,3) (like python's tuples)

  • note: see how immutable lists can work in maps with equality
  • note: sequences are noted with ;, so this doesn't conflict with that: (1;2;3) is 3 -> (1,2,3) === 3
Clone this wiki locally