Python syntax wart

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Sep 10 04:49:11 EDT 2007


On 9 sep, 08:14, Bjoern Schliessmann <usenet-
mail-0306.20.chr0n... at spamgourmet.com> wrote:

> How can a statement be two-dimensional? Like a two-dimensionalTuringMachine?

Do you know the Befunge language? Program flow is not lineal but along
a 2D grid. There are variants over toroids and more bizarre surfaces,
even using 3D.

"Befunge is believed to be the first two-dimensional, ASCII-based,
general-purpose programming language."
<http://www.esolangs.org/wiki/Befunge>

--
Gabriel Genellina




More information about the Python-list mailing list