Skip to content

adelarsq/awesome-fennel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 

Repository files navigation

Awesome Fennel fennel logo

Fennel is a programming language that brings together the speed, simplicity, and reach of Lua with the flexibility of a lisp syntax and macro system.

Who are using?

Articles

Videos

Tools

  • fnx - A package manager for the Fennel language.
  • LilyPad - helper tool to assist with using the Fennel programming language in Roblox Studio.
  • Faith - The Fennel Advanced Interactive Test Helper

Plugins

Neovim

Sublime

Libraries

  • lazy-seq - Lazy sequences for Lua runtime, and functions to operate on those.
  • async.fnl - ClojureScript core.async library port to the Fennel language and Lua runtime