nevalang / neva

🌊 Dataflow programming language with static types and implicit parallelism. Compiles to native code and Go
https://nevalang.org
MIT License
85 stars 7 forks source link

Syntax for primitive lists and maps in network #598

Open emil14 opened 1 month ago

emil14 commented 1 month ago
[1, 2, 3] -> ...
["a", "b", "c"] -> ...
[true, false] -> ...

// ...

{'foo': 42, 'bar': 420} ->
// etc ...