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

Pages: 1-4041-

PERL STANDS FOR

Name: Anonymous 2006-10-10 20:53

(゚Д゚) POORLY EMULATOED RUBY

Name: Anonymous 2006-10-10 21:40

You missed the L.

Name: Anonymous 2006-10-10 21:59

Pretty Excellent Ruby-Like

Name: Anonymous 2006-10-10 23:40

Poor Excuse for a Real Language

Name: Anonymous 2006-10-11 4:29

PERL NEKLAS

Name: Anonymous 2006-10-11 4:33

Perl stands for "fucking ugly hack of a language with syntax designed by a 12 years old taking every possible wrong decision full of DWIM shit". It is not an acronym.

Name: Anonymous 2006-10-11 5:57

But his daughter is hot

Name: Anonymous 2006-10-11 11:34

    goto(("FOO", "BAR", "GLARCH")[$i]);

Name: Anonymous 2006-10-11 12:46

'perl' is a biblical reference
perl was made by a christian

Name: Anonymous 2006-10-11 13:32

Perl is BASIC done wrong, terribly wrong.

I'm converting a Ruby application to Perl (I have to, I don't want to) right now.  It's like being back in the 20s, programming by engraving onto stone tablets and then smacking people around with them until they follow the instructions written on the tablets.

Name: Anonymous 2006-10-11 14:10 (sage)

>>10
that's pretty funny, since perl is much more flexible than ruby.

Name: Anonymous 2006-10-11 15:47

>>11
PERL FANBOY DIE!!!!!!!!

Name: Anonymous 2006-10-11 19:52

>>11
You can do everything in assembly too. That doesn't make it pleasant.

Name: Anonymous 2006-10-11 20:04

>>13

Actually, you can't. At some point it just becomes too complicated to comprehend and you'll need a higher level language.

Name: Anonymous 2006-10-11 21:40

>>13 beat me to it.

>>14
That's what happens with Perl, too.

Name: Anonymous 2006-10-12 0:06

>>15
perl is higher level than ruby.

Name: Anonymous 2006-10-12 0:07

Lol at the perl porter. Like a typical perl newb he's such a fuck tard he can't do it right. Ala cpan style. Just because you can do it doesn't mean you should. Also if you're porting to perl you need to learn how objects work.

Perl is way more flexible than ruby.

Name: Anonymous 2006-10-12 5:54

I heard pearl is ruby for weenies, is that true?

Name: Anonymous 2006-10-12 6:25

>>17
I don't want any goddamn flexibility, I want one, and only one way, for every task... and I WANT SWITCHES!!!

Name: Anonymous 2006-10-12 8:02

Nah, flexibility is awesome.

It's just that Perl's syntax and semantics leave something to be desired.

Name: Anonymous 2006-10-12 8:59 (sage)

From the Perl manual:

Here's how a C programmer might code up a particular algorithm in Perl:

    for (my $i = 0; $i < @ary1; $i++) {
    for (my $j = 0; $j < @ary2; $j++) {
        if ($ary1[$i] > $ary2[$j]) {
        last; # can't go to outer :-(
        }
        $ary1[$i] += $ary2[$j];
    }
    # this is where that last takes me
    }

Whereas here's how a Perl programmer more comfortable with the idiom might do it:

    OUTER: for my $wid (@ary1) {
    INNER:   for my $jet (@ary2) {
        next OUTER if $wid > $jet;
        $wid += $jet;
         }
      }

See how much easier this is? It's cleaner, safer, and faster. It's cleaner because it's less noisy. It's safer because if code gets added between the inner and outer loops later on, the new code won't be accidentally executed. The next explicitly iterates the other loop rather than merely terminating the inner one. And it's faster because Perl executes a foreach statement more rapidly than it would the equivalent for loop.

Name: Anonymous 2006-10-12 11:08

It's just that Perl's syntax and semantics leave everything to be desired.
fix'd

Name: Anonymous 2006-10-12 11:34

>>21
What the hell is that algorithm for?

Name: Anonymous 2006-10-12 12:01

>>23
Seconded. Just out of curiosity.

Name: Anonymous 2006-10-12 16:28

>>20
I was going to fix it but >>22 beat me to it

Name: Anonymous 2006-10-12 20:55

>>23
>>24

You guys are dense. It's pretty obvious what it's for.

Name: Anonymous 2006-10-12 21:43

>>26
For showing how Perl is a nice language for pointless algorithms?

Name: Anonymous 2006-10-12 22:13

Perl is nice when you want to get something done quick 'n dirty.

People who program full software suites in it, however, are just showoffs who like to waste valuable and precious time.

Name: Anonymous 2006-10-13 2:50

Perl is not a waste of time and you can create huge 100kloc+ size programs with tonnes of functionality which use many useful libraries. Just because you are an incompetent ass waste doesn't mean you should speak poorly of it.

Name: Anonymous 2006-10-13 3:47 (sage)

>>29
Aren't you bored of trolling /prog/ yet?

Name: Anonymous 2006-10-13 6:09

>>30

/prog/ is the /b/ of programming forums

Name: Anonymous 2006-10-13 7:03

Where's all the gay porn?

Name: Anonymous 2006-10-13 7:35

>>32
Java/Perl/Python fanboy posts.

Name: Anonymous 2006-10-13 10:18

>>33
You forgot Ruby, and there are no Java fanboys, we ate them a long time ago.

Name: Anonymous 2006-10-13 15:42

HOW DO I GOT REFERENCE FROM FUNCTION RETURN VALUE WITHOUT TEMP VARIABLE!!!!!!!!!!!!!?

Name: Anonymous 2006-10-13 15:44 (sage)

I almost forgot, I am almost done with my Ruby->Perl conversion.  The program is not that crippled since I managed to download 10000 external packages to supplement the useless libraries that are shipped with Perl.

I only have one function left (actually, it's a path in the function)... however, it's a God function that does like half the logic in the application ;)

Name: Anonymous 2009-01-14 12:29

LISP

Name: Anonymous 2009-03-06 9:06

Considered the more sacred.

Name: Anonymous 2009-07-21 2:04


Somany crappy shortcutslike designers areavailable to youWhy bother learninghow to makerapid development notgood development possibleand its notreally easy tosee what reduce.

Name: Anonymous 2011-06-27 23:59

Print Eval Read Loop

Name: Anonymous 2011-06-28 10:01

>>40
I lol'd

Name: Anonymous 2011-06-29 12:58

Porced Endentation Rof Lode

Name: Anonymous 2011-06-29 16:39

>>36

however, it's a God function that does like half the logic in the application

Shouldn't you be writing that first then?

Name: dubzbot-ng 2011-06-29 16:39

:GJS1M 67dcbdbce4a0b67c4b48e86a6ae29205a95e4b83024a9d947213d1231800e8d9
:41 31da5a2a3d69901f68ba9688f648cb94
:1160525523 1309379973

>>19
<-- check 'em

Name: Anonymous 2011-06-29 16:48

10346735
discuss

Name: Sgt.Kabu鏶kiman␆ 2012-05-28 20:32

Bringing /prog/ back to its people
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy

Name: Anonymous 2012-09-07 2:55

Pretty Excellent Reporting Language.

Laugh it up, but Ruby is at best a slightly terser implementation of a strict subset of Perl's features.

Name: Anonymous 2012-09-07 4:31

Perl was made by the jews.

Perl->jews

Name: Anonymous 2012-09-07 8:57

>>48
Slanderous lies

Name: Anonymous 2012-09-07 9:52

Ruby is shit, Perl is shittier

P-LANGUAGES POWER RANKING:
1. Python
2. PHP
.
.
.
9001. Ruby
90001. Perl (might as well write machine code)

Name: Anonymous 2012-09-07 10:39

Puby

Name: Anonymous 2012-09-07 10:43

>>50
U MENA PASKAL

Name: Anonymous 2012-09-07 11:22

>>50
| 1. Python
That's a weird way to spell D

Name: Anonymous 2012-09-07 13:05

>>53
D is shit. HEIL SEPPLES

Name: Anonymous 2012-09-07 15:23

>>50
starting list from 1
nice try, lua faggot

javascript is at 0

Name: Anonymous 2012-09-07 16:42

Le Regular Expressions Professional

Name: Anonymous 2012-09-08 12:21

[b]PERL[/b]FECT

Name: Anonymous 2012-09-08 12:22

[bold]OH SHIT WOOPS[/bold]

Name: Anonymous 2012-09-08 12:22

[i fucked it all up]

Name: Anonymous 2012-09-08 13:05

>>57
PERLFECT
There, happy?

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