rumlang / rum

Functional language, easily extensible and possible (Lua features with LISP dialect and functional) to be embarked on software Go!
https://www.rumlang.org/
MIT License
157 stars 13 forks source link

Use let keyword in place of var #46

Closed brunoczim closed 7 years ago

brunoczim commented 7 years ago

I see let being more used in the functional, immutable and mathematical programming world. I think it would be really nice if variables were declared with let.

crgimenes commented 7 years ago

+1

avelino commented 7 years ago

It makes a lot more sense, the idea of gin is to be functional, important point is let it sounds better for making and declaration.

This amendment is important