|
|
|
|
|
by uvtc
1479 days ago
|
|
> It's nice that most of Janes the literals match Clojure Two things: * Janet doesn't have a built-in set data structure literal. Need to use a library for that. * Janet has mutable and immutable versions of arrays and hashmaps (the literals for the mutable variety are prefixed with `@`) |
|