Skip to content

Releases: RechieKho/blinklet

Blinklet v0.1.0-alpha

25 Nov 07:14
32da03a
Compare
Choose a tag to compare
Blinklet v0.1.0-alpha Pre-release
Pre-release

Blinklet pre-release.

It is the new lisp-like parentheses-free scripting language, packed with these features:

  • Create and manipulate variable with var and set.
  • 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 and div.
  • Comparison with eq, g, ge, l, le.
  • String interpolation.