Releases: RechieKho/blinklet
Releases · RechieKho/blinklet
Blinklet v0.1.0-alpha
Blinklet pre-release.
It is the new lisp-like parentheses-free scripting language, packed with these features:
- Create and manipulate variable with
var
andset
. - Create user-defined function (or closure) with
closure
. - Create object (key-value map) with
table
. - Conditional with
when
- Loop with
while
- Arithmetic with
add
,sub
,mul
anddiv
. - Comparison with
eq
,g
,ge
,l
,le
. - String interpolation.