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

code readability #65

Closed crgimenes closed 6 years ago

crgimenes commented 6 years ago

The code is still small but some parts end up getting pretty confusing. We can improve the readability of the code with some simple techniques like avoiding use of else for example.