User:IssaRice/Computability and logic/Sipser's quine in Python: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 June 2019

19 June 2019

  • curprev 00:0900:09, 19 June 2019IssaRice talk contribs 1,230 bytes +1,230 Created page with "Michael Sipser's ''Introduction to the Theory of Computation'' describes a quine using Turing machines. Here is an implementation of the machine ''SELF''. <pre>TAPE = "" de..."