- or download this
#!/usr/bin/env perl
use Acme::Brainfuck;
print "Just another ";
...
+++.---
+++++++++++.-----------
print " hacker.\n";
- or download this
use JavaScript::Embedded;
## create new js context
...
}
})();
});
- or download this
use Lingua::Shakespeare;
The Infamous Hello World Program.
...
hero and thyself! Speak your mind!
etc...
- or download this
use Acme::ButFirst;
# Print a greeting, but first find caffiene.
...
} but first {
print "I need a coffee\n";
}
- or download this
use Inline ASM => <<'END', PROTOTYPES => {JAxH => 'void(char*)'};
.globl JAxH
...
END
print JAxH('Perl');
- or download this
print "9 + 16 = ", add(9, 16), "\n";
print "9 - 16 = ", subtract(9, 16), "\n";
...
return x - y
END_OF_PYTHON_CODE