Show HN: Lifp – A Lisp Built on Bun

4 hours ago 2

logo

A Lisp dialect and toolchain. All in one binary.

Warning

This is very young and highly unstable. Don't take it too seriously.

MacOS and Linux

sudo sh -c "curl -s https://shikaan.github.io/sup/install | REPO=shikaan/lifp sh -"

or

sudo sh -c "wget -q https://shikaan.github.io/sup/install -O- | REPO=shikaan/lifp sh -"

Windows and manual instructions

Head to the releases page and download the executable for your system and architecture.

Launch the executable to start the REPL

or execute a file script.lisp

Checkout the examples folder to see more.

To build the project from source, you need Bun installed.

# Clone the repository git clone https://github.com/shikaan/lifp.git cd lifp # Install dependencies and pre-commit hooks bun install # Run locally bun start # Build a development version for the current platform bun run build

The binary will be created in the build directory.

MIT

Read Entire Article