Page 1 of 1
Turing completeness
Posted: Sat May 23, 2015 12:57 pm
by ratchetfreak
I believe that the current belt system+red and green wire logic is enough to achieve turing complete computation.
All you really need is to know that the
Tag System is turing complete and implement it in factorio.
The Tag System means you have a FIFO queue and you take
m tokens of the front and then depending on the first (or last doesn't matter) you append a set of tokens to the end.
All you really need is 2 smart inserters at the end of a belt alternatively activated by a timer (so
m==2) one of which into a smart chest. This chest will be where the token is checked to decide the produced words. Also needed are several smart insterters at the start of the belt to put the production words pulsed depending on the item in the smart chest at the end.
However programming it and getting IO from this machine would be a turing tarpit at best.
Re: Turing completeness
Posted: Sat May 30, 2015 8:38 am
by MF-
I remember someone building circui from smart chests and smart inserters,
claiming turing completeness back then.
Re: Turing completeness
Posted: Fri Jun 05, 2015 8:57 pm
by ratchetfreak
MF- wrote:I remember someone building circui from smart chests and smart inserters,
claiming turing completeness back then.
Well this setup starts with a known turing complete model and simulates it with belts and smart inserters.
Though one could go one step more general and create a
queue automaton which is closer to a turing machine. Turing tarpit will still be a thing though.
Re: Turing completeness
Posted: Sun Jun 07, 2015 2:15 pm
by patfly
Making my head hurt.
Re: Turing completeness
Posted: Wed Jun 10, 2015 10:06 pm
by Delqvs
Yeah, I hope we will be able to build our own Factorio computer
Bitters gonna hate...
patfly wrote:Making my head hurt.
Maybe this medication can help you (be warned, the sound quality is not on the top)
https://www.youtube.com/watch?v=LElYFSglR-g
Re: Turing completeness
Posted: Fri Jun 12, 2015 2:41 pm
by TBog
I hope we will eventually be able to make a Factorio game inside the Factorio world.
Re: Turing completeness
Posted: Fri Jun 12, 2015 5:17 pm
by Koub
TBog wrote:I hope we will eventually be able to make a Factorio game inside the Factorio world.
Inception mindblowage
Re: Turing completeness
Posted: Fri Jun 12, 2015 5:28 pm
by ratchetfreak
Koub wrote:TBog wrote:I hope we will eventually be able to make a Factorio game inside the Factorio world.
Inception mindblowage
If you want real nesting mind==blown of programs check out
https://www.destroyallsoftware.com/talk ... javascript at the 14 minute mark the guy has a image editor running inside google chrome running inside firefox
Re: Turing completeness
Posted: Sat Jun 20, 2015 11:55 am
by lxl
Imho it is already turing complete. We can already build all basic boolean expressions and also 1 bit memorys. --> this allows (in theory) that any cpu can be simulated within factorio.
Re: Turing completeness
Posted: Sat Jun 20, 2015 1:09 pm
by ratchetfreak
lxl wrote:Imho it is already turing complete. We can already build all basic boolean expressions and also 1 bit memorys. --> this allows (in theory) that any cpu can be simulated within factorio.
I know a nand gate and a coherent timing system is enough for turing completeness but that requires a massive chain of
However I exposed turing completeness without that and using the more basic resources available (a belt with stuff)