Help for this page

Select Code to Download


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