Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 466 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 466 Bytes

Typogenetics

An implementation of Douglas Hofstadter's typographical genetics in Elixir.

Installation

The package can be installed by adding typogenetics to your list of dependencies in mix.exs:

def deps do
  [
    {:typogenetics, git: "https://github.com/palm86/typogenetics.git"}
  ]
end

But if you just want to play around, you can simply clone it an run it locally.

Usage

In IEx, run with:

iex> Typogenetics.run()