Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pouyakary/wolfram-turing-machine
Wolfram's 2-state 3-symbol Turing machine
https://github.com/pouyakary/wolfram-turing-machine
new-kind-of-sciene replace-text rewriting-system tiny-code toy turing-machine wolfram
Last synced: 8 days ago
JSON representation
Wolfram's 2-state 3-symbol Turing machine
- Host: GitHub
- URL: https://github.com/pouyakary/wolfram-turing-machine
- Owner: pouyakary
- Created: 2018-05-11T22:29:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T22:29:50.000Z (over 6 years ago)
- Last Synced: 2024-11-06T13:46:43.597Z (about 2 months ago)
- Topics: new-kind-of-sciene, replace-text, rewriting-system, tiny-code, toy, turing-machine, wolfram
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The most simple Turing Machine
The [Wolfram's 2-state 3-symbol Turing machine](https://en.wikipedia.org/wiki/Wolfram%27s_2-state_3-symbol_Turing_machine) is the world's most simple turing machine using a very very simple rewriting machine. This is a very simple implementation of that algorithm in the most basic terms just to have fun with it. This is all you have to run it:
```
% go run turing/main.go
```