Nujel
A Lisp inspired language for games and other latency sensitive applications. Development started in order to give WolkenWelten a scripting layer.
Why Nujel?
Mostly because I wanted the following for WolkenWelten:
- A Lisp
- with static typing (still not implemented!)
- embeddable in C
- designed for beginners
Trees / Maps
Nujel also has built-in support for maps using binary trees, including support by the reader for a convenient
syntax to definie literals with, for example [@[:one 1 :two 2] :two] returns 2.
Try it out yourself
You can easily start experimenting with Nujel right in your Browser by using a WASM Release.
Build Status
| Operating System | Master | Develop |
|---|---|---|
| Windows | ||
| MacOS | ||
| Ubuntu | ||
| WASM REPL |
| Operating System | CI Status |
|---|---|
| Arch Linux | |
| Alpine Linux | |
| FreeBSD | |
| NetBSD | |
| OpenBSD | |
| Debian Sid / ARM64 |