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

Pages: 1-

Scumbag Guido

Name: Anonymous 2011-09-16 18:59

Name: Anonymous 2011-09-16 19:05

Python is a programming language, therefore it sucks.

Name: Anonymous 2011-09-16 19:12

>>2
In a sense, it sucks less than it could (see Perl, PHP, Java, C), but in another sense, it sucks more than it could because Guido is being stupid with FP.

Name: Anonymous 2011-09-16 19:41

seriously though, how the fuck is it that the most awful bullshit (like python) becomses the most popular?

Name: Anonymous 2011-09-16 19:46

>>4
you think Python is awful? check out java.

Name: Anonymous 2011-09-16 19:51

>>4
Because the overwhelming majority of programmers are idiots. Also, computer science degrees are too easy to get.

Name: Anonymous 2011-09-16 20:19

So he doesn't care about FP.

Name: Anonymous 2011-09-16 21:53

what are the nesting problems with if expressions mentioned in OP's link?

this has since been fixed, but, in the version of python i am stuck with using on someone's server you can't do


    try:
        ...
    except:
        ...
    finally:
        ...


you have to nest it like


    try:
        try:
            ...
        except:
            ...
    finally:
        ...

Name: Anonymous 2011-09-17 1:36

FIOC

Name: Anonymous 2011-09-17 6:54

>>7
Yes, which makes him an idiot.

>>8
what are the nesting problems with if expressions mentioned in OP's link?
Try doing:


    (if a
        (if b
            (if c d e)
            f)
        (if g h i))

Name: Anonymous 2011-09-17 11:59

>>1
That has to come from reddit

Name: Anonymous 2011-09-17 12:22

>>10
The parens shouldn't be necessary since if expressions are 3-ary.

Name: Anonymous 2011-09-17 12:23

>>3
In a sense, it sucks less than it could (see Perl, PHP, Java, C)
What the fuck is wrong with you to think that Python sucks less than C?

Name: Anonymous 2011-09-17 12:48

>>13
I don't have to type up a dict and list implementation every fucking time. But yeah, I hit the brick wall in Python as well not long time after

Name: Anonymous 2011-09-18 0:09

>>6
I had to change my major to get away from those fucktards...

Name: Anonymous 2011-09-18 0:47

>>15
Stop fooling yourself. No matter what you change it into, it's just going to be more fucktards.

Name: Anonymous 2011-09-18 5:44

Name: Anonymous 2011-09-18 6:08

The important question is, why didn't this stay on reddit?

Name: Anonymous 2011-09-18 6:17

>>18
Why doesn't /prog/ content stay on /prog/ and leaks on reddit all the time?

Name: FrozenVoid 2011-09-18 9:09

>>19
Baka programmers, breaking encapsulation.
Can't they see the superior quality of shiichan discussion? Nah they want their web2.0 karma, upvotes and circlejerking autists repeating puns all over three-year old threads.


orbis terrarum delenda est

Name: Anonymous 2011-09-18 16:15

>>20
ENCAPSULATE MY ANUS

Name: Anonymous 2011-09-18 22:11

>>20
Scumbag EXPERT PROGRAMMER:

BROWSES /PROG/

REPOSTS ON REDDIT FOR KARMA

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