An implementation of Douglas Hofstadter's typographical genetics in Elixir.
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.
In IEx, run with:
iex> Typogenetics.run()