c-brenn / elixir-lisp

A lisp I made in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lisp

A little lisp I made in Elixir that is still a WIP. I aim to add some sort of distributed computing element to it (probably having the lisp environments shared between all repl processes).

Run it

At the moment it's easiest to just run it from iex.

iex -S mix

Then start the repl.

Lisp.Repl.run

About

A lisp I made in Elixir


Languages

Language:Elixir 100.0%