Deutsch   English   Français   Italiano  
<428f187bcb2af689ca8e931fcf424785d596da5c.camel@gmail.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: wij <wyniijj5@gmail.com>
Newsgroups: sci.math
Subject: How to write a self-referencial TM?
Date: Wed, 14 May 2025 13:12:31 +0800
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <428f187bcb2af689ca8e931fcf424785d596da5c.camel@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Injection-Date: Wed, 14 May 2025 07:12:32 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="fb98f5982c5f4b769d69fe2bc947602b";
	logging-data="2458087"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+hUTjNo86DFrLs/DF76q9L"
User-Agent: Evolution 3.54.3 (3.54.3-1.fc41)
Cancel-Lock: sha1:WJmGexS+sJJ3i0t10NcJOPJ8f0g=

Q: Write a turing machine that performs D function (which calls itself):

void D() {=20
 D();
}

Easy?