nevalang / neva

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

`set` datatype #713

Open emil14 opened 1 day ago

emil14 commented 1 day ago

turns out a lot of folks would like to have builtin set in Go, maybe we should have them too, like Python

https://www.reddit.com/r/golang/comments/1fse996/what_are_the_anticipated_golang_features/

Also worth reading about another features (next step could be exploring go survey results)