A Turing Machine simulator written in Pharo.
# TuringMachine
A Turing Machine simulator written in Pharo.
To load this package juste execute the following code in a workspace:
~~~
Metacello new
baseline: 'TuringMachine';
repository: 'github://juliendelplanque/turing-machine/repository';
load.
~~~
## Medium's story
Read the [story](https://medium.com/concerning-pharo/a-turing-machine-simulator-written-in-pharo-fda74e1a705b#.xt2e27kf6).