From the ROADMAP, I saw this :
add and use the keyword var to allow variable declaration
What's this all about ? .
Do you mean to declare variables in simple-lang after this is accomplished, it'll be:
instead of the current version of variable declaration ?
Also,
The support for strict is really nice but what are the plans for this ? Are we moving to a strictly typed syntax following the introduction of #38 ? . What improvements will the strictness bring especially to error handling ?
From the ROADMAP, I saw this :
add and use the keyword
varto allow variable declarationWhat's this all about ? .
Do you mean to declare variables in simple-lang after this is accomplished, it'll be:
instead of the current version of variable declaration ?
Also,
The support for
strictis really nice but what are the plans for this ? Are we moving to a strictly typed syntax following the introduction of #38 ? . What improvements will the strictness bring especially to error handling ?