Table of Contents

Subrecursive

Recursive

turing machines

deterministic, probabilistic, nondeterministic, etc. see: Turing Machine Church Turing Thesis (CTT)

Super-recursive

inductive turing machines

the simplest realistic inductive TM (sITM) is essentially similar to an ordinary TM with seperate tapes for input, working and output. an ITM doesnt need to halt in order to produce a result, since the 'result' can be seen as an unchanging (or itteratively converging) word/s on the output tape.

limit turing machines and topological turing machines

http://www.aslonline.org/asl/asl2000.ps

infinite data and infinite time machines

limit recursive functions

limit recursive functions are between the computable and the arbitrarily uncomputable.

notes

References