Skip to content

v1.0

Choose a tag to compare

@katcipis katcipis released this 26 Jun 19:30
· 58 commits to master since this release
d23fd7a

On this release we achieve a considerably stable specification of the language. The last loose end that we had was the lack of proper support to closures since we where unable to express scoping of variables properly. After a proposal for some solutions, as can be seen here we finally implemented the option 1 and now have proper scope management.

Basically all variable declarations must be done with the keywork var, just doing:

a = "hi"

Will NOT work anymore. So this release DOES break backward compatibility. We do not aim to do anything like this to the language anymore, just backward compatible changes and possible enrichment of the stdlib/stdbin.

There is also other minor improvements, like the addition of the nash -install option that install nash modules.