This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Development > Fennel (0.8.1)

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.

* Full Lua compatibilty: Easily call any Lua function or library from
Fennel and vice-versa.
* 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.

Anywhere you can run Lua code, you can run Fennel code.

This require one version of Lua installed (lua, lua52, lua53, luajit):
Default support for all versions of Lua installed before build.
To specify which Lua versions:
export LUAVER="vers"

"vers" must be one or more of "5.1 5.2 5.3 jit" in the right order
separated with space.

After installation there are one or more fennel executable files for the
equivalent versions of Lua.

To install compiled binary versions (experimental, only works with
lua5.2 or higher):

export BINARY=yes

Optional dependency:
* lua-readline
For history completion

This requires: lua

Maintained by: abooksigun
Keywords: lisp,lua,programming
ChangeLog: Fennel

Homepage:
https://fennel-lang.org/

Source Downloads:
Fennel-0.8.1.tar.gz (3da27b2de69e9e1bfe80a3928cb0453a)

Download SlackBuild:
Fennel.tar.gz
Fennel.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
Fennel.SlackBuild
Fennel.info
README
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds