turing-machine

Description

A Turing Machine simulator written in Pharo.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
6
Forks
1
Created
Oct. 13, 2015
Updated
Aug. 23, 2021

README excerpt

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

← Back to results