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

update README.md #109

Closed crgimenes closed 6 years ago

crgimenes commented 6 years ago

The README.md file was written with our first ideas about language and today it no longer reflects the directions we want for language. We need to update mainly the code examples.

arxdsilva commented 6 years ago

by updating the code examples, do you mean change the Proposal syntax to a example area or just add a example area to the readme?

crgimenes commented 6 years ago

hello @arxdsilva, the examples that are in README.md are very out of date, for example, "if" no need "else" (more lisp like) and so on, it is no longer possible to change variables in the same scope. The examples in the examples directory are also not updated for the same reasons. In other words the language has evolved but we do not update the documentation.