A Lisp that compiles to Lua
Fennel is a Lisp that compiles to Lua. It aims to be easy to use, expressive, and has almost zero overhead compared to handwritten Lua. * *Full Lua compatibility* - You can use any function or library from Lua. * *Zero overhead* - Compiled code should be just as or more efficient than hand-written Lua. * *Compile-time macros* - Ship compiled code with no runtime dependency on Fennel. * *Embeddable* - Fennel is a one-file library as well as an executable. Embed it in other programs to support runtime extensibility and interactive development. At https://fennel-lang.org there's a live in-browser repl you can use without installing anything.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 1.6.0-1.fc44 | - |
| Fedora 43 | 1.5.3-4.fc43 | 1.6.0-1.fc43 |
| Fedora 42 | 1.5.3-2.fc42 | 1.6.0-1.fc42 |
| Fedora 41 | 1.5.3-2.fc41 | - |
| Fedora EPEL 9 | 1.5.3-2.el9 | 1.6.0-1.el9 |
| Fedora EPEL 8 | 1.5.3-2.el8 | 1.6.0-1.el8 |
| Fedora EPEL 10.2 | 1.5.3-2.el10_1 | 1.6.0-1.el10_2 |
| Fedora EPEL 10.1 | 1.5.3-2.el10_1 | - |
You can contact the maintainers of this package via email at
fennel dash maintainers at fedoraproject dot org.