Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/juliendelplanque/turing-machine
- Owner: juliendelplanque
- License: mit
- Created: 2015-10-13T18:35:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T08:07:30.000Z (almost 9 years ago)
- Last Synced: 2024-10-10T13:28:30.211Z (about 1 month ago)
- Language: Smalltalk
- Size: 30.3 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).