Paketname | libacme-brainfck-perl |
Beschreibung | Embed Brainf*ck in your perl code |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.1.1 |
Sektion | universe/interpreters |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Jaldhar H. Vyas |
Quelle | |
Paketgröße | 9860 Byte |
Prüfsumme MD5 | 59a4881492beefbcabf54de6c7f794ba |
Prüfsumme SHA1 | 99b41e4caff2e52b322d93be8d0295d9f79146cd |
Prüfsumme SHA256 | 3b1ef8846fa433d1631d1ac75cd1fcb097f4fad79d4d2dff9678068695171b11 |
Link zum Herunterladen | libacme-brainfck-perl_1.1.1_all.deb |
Ausführliche Beschreibung | Brainf*ck (yes, there is a u there.) is about the tiniest Turing-complete
programming language you can get. A language is Turing-complete if it can
model the operations of a Turing machine--an abstract model of a computer
defined by the British mathematician Alan Turing in 1936. A Turing machine
consists only of an endless sequence of memory cells and a pointer to one
particular memory cell. Yet it is theoretically capable of performing any
computation. This module will allow you to mix Brainf*ck with your
perl code.
|