Paketname | libacme-brainfck-perl |
Beschreibung | Embed Brainf*ck in your perl code |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.1.1 |
Sektion | perl |
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 | 9864 Byte |
Prüfsumme MD5 | 886d02044fb6d0f36eb2c9e7117c4c80 |
Prüfsumme SHA1 | e89789aebbc1c577923129de29921653fa16375a |
Prüfsumme SHA256 | 1366996063d3e7577fa919a87f70031312caef70684421b7534ffe50d36d5108 |
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.
|