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

Pages: 1-

Python is the best programming language

Name: Anonymous 2009-03-27 22:43

I love it.  It's widely used, easy to understand, and it has everything you need built-in(and hundreds of modules that extended it further if you must).  Forced indentation really isn't an issue, and never was.  Like you're not going do be indenting your code?

The only real downsides are the lack of a proper case statement and I guess speed, but honestly on today's computers unless you're working with hardcore game development or speed critical applications, it's really not that big of a deal.

kthx bring on the trolls.

Name: Anonymous 2009-03-27 22:50

>>1
today's computers
What about tommorow is computers?

Name: Anonymous 2009-03-27 23:13

>>1
everything you need built in
I need metaprogramming. Back to your scripting ghetto, please!

Name: Anonymous 2009-03-27 23:16

If you think the only real downsides are the lack of a proper case statement and speed, you should broaden your programming horizons.

Name: Anonymous 2009-03-28 17:35

>>3
eval. Nobody needs metaprogramming. Use of metaprogramming is a sure sign of a bad programmer.

Name: Anonymous 2009-03-28 20:27

BUUUUUUUUUUUUUUUUULLLLLLLLLLLLLLLLLLLLLLLSSSSSSSSSSSSHHHHHHHHHHHIIIIIIIIIIIIIITTTTTTTTTTTTTTTTT


C# for making sense like java, while still being fun to learn with XNA

Flash Actionscript because it makes way more sense, and because I'm freaking awesome at making flash games.

Game dev is one of the biggest motivators for learning code, the way I see it.

(btw, if I sound very jumpy and whatnot, I'm usually on the imageboards, which are a lot more chaotic than this)

Name: Anonymous 2009-03-28 20:34

Flash Actionscript because it makes way more sense, and because I'm freaking awesome at making flash games.
That's not a real reason why it's good...

Name: Anonymous 2009-03-28 21:24

>>5
This is what Guido (and by extension, all Python users) actually believes.

Name: Anonymous 2009-03-28 21:35

>>8
Name me one real-world application of so called ``meta-programming''

Name: Anonymous 2009-03-28 22:09

>>9
setTimeOut();
setInterval();

Don't even try to tell me these aren't used in your so called ``real-world''.

Name: Anonymous 2009-03-28 22:16

>>10
What, because you pass code as a string as an argument? That's your big example?
eval serves that need amply, and lambdas, which Python has, would do much, much better.

Name: Anonymous 2009-03-28 22:18

>>9
ORM.

Name: Anonymous 2009-03-28 22:30


contents of lol.py:

f = open('lol.py')
eval(f.read())

Name: Anonymous 2009-03-28 22:31

>>9
(loop for i from 0 below 10 collecting (* i 10))
Meta!

Name: Anonymous 2009-03-28 22:39

>>11
eval serves that need amply, and lambdas, which Python has, would do much, much better.
No, they wouldn't. If you hadn't noticed he asked for real world applications. setTimeOut() and setInterval() are the most widely used (by several orders of magnitude) metaprogramming constructs.

Name: Anonymous 2009-03-28 22:47

>>6

C# for making sense like java

I FOOPed in your general direction.

Name: Anonymous 2009-03-28 22:49

>>15
Why are you incoherent? Read, and then formulate a relevant reply.

Name: Anonymous 2009-03-28 23:05

>>17
Why are you incoherent?
Funny, not only is this in itself incoherent, the sentence adjacent to it is also. In fact, you should probably be thanking me for even trying to decipher the bumbling mess of text you produced.

Name: Anonymous 2009-03-28 23:13

>>11
Don't you feel a little retarded suggesting that metaprogramming is best accomplished by calling an interpreter? That would be slow as fuck. I can only conclude that bitches don't know about my inner loops. Compile-time code generation or GTFO.

Name: Anonymous 2009-03-29 0:03

bbcode
why do i always fail

Name: Anonymous 2011-01-31 20:40

<-- check em dubz

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