jasper is a programming language created in 2014 by Emanuel Rylke.
| #2324on PLDB | 12Years Old |
git clone https://github.com/ema-fox/jaspercompile to js lisp inspired by arc
(+ 2 3)
(map [+ 1 _] '(1 2 3))
(let a 4 (map [+ 3 a _] '(1 2 3)))
(alert "Hello world!")
(map str '(1 2 3) '(foo bar baz))