<p dir="ltr"><a href="https://github.com/LuxLang/lux">https://github.com/LuxLang/lux</a></p>
<p dir="ltr">Lux is a new programming language in the making. It's meant to be a functional, statically-typed Lisp that will run on several platforms, such as the Java Virtual Machine and JavaScript interpreters...</p>
<p dir="ltr">The language is mostly inspired by the following 3 languages:</p>
<p dir="ltr">- Haskell (functional programming)<br>
- Clojure (syntax, overall look & feel)<br>
- ML (module system)</p>
<p dir="ltr">The compiler is even implemented in Clojure.</p>