Get the latest tech news
The Fennel Programming Language
s a programming language that brings together the simplicity, speed, and reach of Lua with the flexibility of a lisp syntax and macro system. - Full Lua compatibility: Easily call any Lua function or library from Fennel and vice-versa.
Compile-time macros: Ship compiled code with no runtime dependency on Fennel. The API listing explains how to embed Fennel into a Lua program. Take a look at the list of codebases written in Fennel if you want to get a feel for how larger projects look.
Or read this on Hacker News