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

Lowercase components names? #692

Open emil14 opened 2 months ago

emil14 commented 2 months ago

If we change convention to use lowercase for components like for functions and not classes we will have slightly cleaner code

nodes { println }
:start -> println -> :stop

There's no question where println from