Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliendelplanque/turing-machine

A Turing Machine simulator written in Pharo.
https://github.com/juliendelplanque/turing-machine

Last synced: 13 days ago
JSON representation

A Turing Machine simulator written in Pharo.

Awesome Lists containing this project

README

        

# 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).