Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

So, order these as you like them

Name: Anonymous 2006-05-23 12:09

The main four scripting languages are, in alphabetical order (case-insensitive you Unix tards lol):

Perl, PHP, Python, Ruby

Now we all know they have different strengths/uses/downbacks/shitsuxfag/etc. In this thread you post which of these do you know, and out of these you know, in what order do you like them, regardless of their uses (i.e. this doesn't mean you have to put the most powerful one first if you don't like it that much for some reason).

-----

Here are mine: Python > PHP > Perl

Name: Anonymous 2006-05-24 12:30

    .class public HelloWorld
    .super java/lang/Object

    ;
    ; standard initializer (calls java.lang.Object's initializer)
    ;
    .method public <init>()V
       aload_0
       invokenonvirtual java/lang/Object/<init>()V
       return
    .end method

    ;
    ; main() - prints out Hello World
    ;
    .method public static main([Ljava/lang/String;)V
       .limit stack 2   ; up to two items can be pushed

       ; push System.out onto the stack
       getstatic java/lang/System/out Ljava/io/PrintStream;

       ; push a string onto the stack
       ldc "JAVA ASSEMBLER"

       ; call the PrintStream.println() method.
       invokevirtual java/io/PrintStream/println(Ljava/lang/String;)V

       ; done
       return
    .end method

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List