A small (WIP) BF Interpreter written in Elixir (mix)
It's fun and for learning purposes ...
Open your terminal within the mix project and execute the following commands
$ iex -S mix
iex> Exbf.run("Something here")
...
This is just for testing purposes, do not use this for production.
(Inspo): wstucco