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

unifies and enhances the addition operator #79

Closed crgimenes closed 6 years ago

crgimenes commented 6 years ago

we now have only one addition operator and we can add integers and floating-point numbers on the same call

example: (+ 1 2.1) 3.1

issue https://github.com/rumlang/rum/issues/76