README.md

# BLUE LISP - Block Lisp Underneath Elixir.

<a href="https://travis-ci.org/vic/blue"><img src="https://travis-ci.org/vic/blue.svg"></a>
[hexdocs](https://hexdocs.pm/blue).

A [minimalist lisp](https://github.com/vic/blue/blob/master/lib/blue.ex#L236) toy abusing Elixir syntax.

## Usage

Just `import Blue` and execute expressions with `(blue EXPR)`.
[read the getting started guide](https://hexdocs.pm/blue).

## Installation

[Available in Hex](https://hex.pm/packages/blue), the package can be installed
by adding `blue` to your list of dependencies in `mix.exs`:

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