A

Results 39 comments of A

The issue is better kept open so we are reminded when we see it

The simple version 0.4.0 has been released now Documentation on public domains such as wikis, snippets site can be made to increase awareness of the project

First and foremost. **No matter what new feature or changes brought to the lang it will always be backward compatible and all previous structure and syntax will remain**. ### Use...

Not at all. The `var` keyword if use on normal context it useless e.g `var one = 1` is same as `one = 1` but if `var` is combined with...

Anytime not so soon

Let leave it open till it done

making `use strict` the default compiler context will totally eliminate the weak typed feature of simple-lang and make it less dynamic. strong type can be safer but it still does...

No progress on this because the development for simple-pad has been halted due to the fact that it depends on the fulltick module which is still very much in it...

Thanks @native-api. This fixes the issue with unlinking `.npmrc` in windows after npm deploy.