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-23 12:12

Ruby > x > Java

Name: Anonymous 2006-05-23 12:40

Ruby > Python = Perl > PHP

Name: Anonymous 2006-05-23 12:44

Ruby > Python > PHP > Perl (I get a freaking headache reading the most perl scripts)

| (case-insensitive you Unix tards lol)
lol

Name: Anonymous 2006-05-23 14:53 (sage)

>>4

Name: Anonymous 2006-05-23 19:31 (sage)

retards

Name: Anonymous 2006-05-24 0:48

What about VBScript?

Name: Anonymous 2006-05-24 1:19

C > C++ > Machine Code > BINARY

Name: Anonymous 2006-05-24 1:22

ASM for great justice

Name: Anonymous 2006-05-24 8:51 (sage)

GAMBAS or GTFO

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

Name: Anonymous 2006-05-24 13:37

PHP > Perl > Python > Ruby

Name: Anonymous 2006-05-24 13:57

ruby = japanese = superior!!!!!!!!!

Name: linus 2006-05-24 15:16

>>10 wtf? I just got freebasic and I'm barely started using that and now you're on about gambas instead?

Anonymous is an asshole.

Name: Anonymous 2006-05-24 15:18

>>11
the hell?

Name: Anonymous 2006-05-24 16:13

>>11
Awesome

Name: RMS 2006-05-25 4:46

>>14
Yeah - freebasic is old, use gambas insead

Name: Anonymous 2006-05-29 13:30

Why is the Variant type in gambas? Haven't they learned that Variant is the bane of VB?

Name: Anonymous 2006-05-30 5:53

>>18
You're kidding right? How do you implement a generic container class without variants?

The bane of VB IMO is having a different syntax for assigning objects, which makes creating the aforementioned container a PITA because you have to have an IsObject check in every single method that does assignment. For example, this is a method from a Tree class I'm implementing:

Public Property Get data() As Variant
    If IsObject(data_) Then
        Set data = data_
    Else
        data = data_
    End If
End Property

Oh and don't even get me started on all the anal little rules for passing and returning UDTs (aka structs) and the misery of using a language that doesn't understand pointers to access an API written in C++.

Name: Anonymous 2006-05-30 12:04

NO JSP?

JSP = fully scalable, object-oriented and maintainable internet application for web enterprises

Name: Anonymous 2006-05-30 12:11

>>20
It's also XML-based and Web 2.0 ready

Name: Anonymous 2006-05-31 5:14

>>19

Use VB.NET

Name: Anonymous 2006-05-31 7:53

>>22
NO U

Name: Anonymous 2006-05-31 12:20

>>23

I DO AND AM VERY HAPPY WITH ITS CAPABILITIES

Name: Anonymous 2006-05-31 13:25

Perl

lol

Name: Anonymous 2010-03-02 11:18

RISE FROM YOUR GRAVE!

Name: Anonymous 2010-03-02 11:24

>>11
PEOPLE IN 2006 DIDN'T USE CODE TAGS
NOW THEY ARE FOUR YEARS OLDER
USE YOUR CODE TAGS IF YOU DON'T WANT TO SHARE THEIR FATE

Name: Anonymous 2010-03-02 11:28

>>27

The secret to my longevity?

I don't drink, I pray to our Lord five times a day, and Code tags.

Name: Anonymous 2010-03-02 11:30

>>28
Lies(hes just a sparkling vampire using MacOSX)

Name: Anonymous 2010-03-02 11:37


[b][i]USE CODE TAGS MY ANUS[/i][/b]

Name: Anonymous 2010-03-02 11:38

Ask him why can't you get a job in software w/o coding Java or C#.

Name: Anonymous 2010-03-02 11:39

>>7
It's not platform independent.

Name: Anonymous 2010-03-02 11:47

>>30

FIXED CODE TAGS MY ANUS

Name: Anonymous 2010-03-02 15:44

These are not the "main four" scripting languages. For one, lua is way more popular than Ruby, and PHP is never used except by web developers, who don't get to have an opinion.

[u]/[o]oo[/o]/[/u]

Name: Anonymous 2010-03-03 1:23

python

Name: Anonymous 2010-03-03 3:01

>>34
Its 2006.

Name: Anonymous 2010-03-03 11:12

>>36
So is Lua really more popular than Ruby nowadays? I can't recall ever seeing any Lua fanboyism.

Name: Anonymous 2010-03-03 11:14

>>37
And how often do you see Java fanboyism, exactly?

Name: Anonymous 2010-03-03 11:35

>>38
I see it every day at my uni :S. It sickens me.

Name: Anonymous 2010-03-03 11:37

>>38
All the fucking time. You must not hang around the same kind of fuckfaces I have to put up with.
If you get an ENTERPRISE job you'll find them.

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