BLUE LISP - Block Lisp Underneath Elixir.

<img src=”https://travis-ci.org/vic/blue.svg”>

hexdocs.

A minimalist lisp toy abusing Elixir syntax.

Usage

Just import Blue and execute expressions with (blue EXPR). read the getting started guide.

Installation

Available in Hex, the package can be installed by adding blue to your list of dependencies in mix.exs:

def deps do
  [
    {:blue, "~> 0.1.0"}
  ]
end