Favourite programming language
1
Name:
Anonymous
2006-04-05 19:10
Name your favourite programming language (not necessarily (but usually) the one you know the best - just the one you like best).
Tip: Java doesn't belong in this thread.
Mine is __Python__.
41
Name:
Anonymous
2006-04-07 12:44
Befunge > *
v
v ,,,,,"Hello"<
>48*, v
v,,,,,,"World!"<
>25*,@
42
Name:
Anonymous
2006-04-07 12:54
(format t "You all suck, Lisp is better!")
43
Name:
Anonymous
2006-04-07 13:14
(sage)
>>42
LOL! Side-effect. I bet you can't output to my screen without side-effects.
44
Name:
Anonymous
2006-04-07 14:33
>>43
There's no law against side effects. They're just to be avoided where convenient.
45
Name:
Anonymous
2006-04-07 14:38
46
Name:
Anonymous
2006-04-07 14:40
>>45
The side effect of writing to a stream, duh.
47
Name:
Anonymous
2006-04-07 15:43
(sage)
>>46
and where is it a side effect? that's MY screen, not yours, duh.
48
Name:
Anonymous
2006-04-07 15:54
>>47
Calling the print to screen function has the side-effect that it prints to the screen. I am outraged.
49
Name:
Anonymous
2006-04-07 19:16
>>48
I too am outraged that this programming language does what I want it to do! This is disgusting.
50
Name:
Anonymous
2006-04-07 19:31
>>40
It gets printed you idiot.
51
Name:
Anonymous
2006-04-07 19:32
>>47
Side effects? In MY screen?
52
Name:
Anonymous
2006-04-07 19:32
>>50
That's what I wanted you idiot, otherwise I wouldn't have called this function.
53
Name:
Anonymous
2006-04-07 19:35
C# is the new shit, don't you forget it!
namespace MicrosoftProject
{
class Application
{
static void Main()
{
System.Console.WriteLine("Hello, world!");
}
}
}
54
Name:
Anonymous
2006-04-07 20:31
C# is clearly superior to Java.
Clearly.
55
Name:
Anonymous
2006-04-08 1:58
>>53
Oh, shit, some language designer, somewhere, didn't learn from the mess known as Java. :(
56
Name:
Anonymous
2006-04-08 3:30
QBasic
PRINT "Hello world"
57
Name:
Anonymous
2006-04-08 5:20
Ok now, do it in brainfuck.
58
Name:
Anonymous
2006-04-08 7:10
>>52
No point in using <?php echo "lol"; ?> if all you want is to write lol, PHP will output anything not between <? ?> . And echo is not a function, idiot.
>>53
At least it has proper capitalisation.
>>54
Well, it IS somewhat better, but that doesn't mean it's good.
>>56
QBasic still accepts (although will change it if written in the IDE): ?"Hello world"
59
Name:
Anonymous
2006-04-08 7:48
60
Name:
Anonymous
2006-04-08 10:15
Hello world in whitespace (part 1 of 2):
-------------------------------
---------------------------
61
Name:
Anonymous
2006-04-08 10:16
Hello world in whitespace (part 2 of 2)
----------------------------
---------------------
There's a manly language for you!
62
Name:
Anonymous
2006-04-08 20:59
native C++
63
Name:
Anonymous
2006-04-09 2:30
lately my fav has been javascript (and ruby). i hate langs that require semicolons.
64
Name:
Anonymous
2006-04-09 5:04
Supercollider is awesome.
65
Name:
Anonymous
2006-04-09 5:31
>>63
You hate semicolons but you like JavaScript? I don't get it.
66
Name:
Anonymous
2006-04-09 15:10
67
Name:
Anonymous
2006-04-10 15:06
I'm going to have to say C++, it's a little more flexable then C. But C comes in a close second because I still use a lot of C in my code.
68
Name:
Anonymous
2006-04-10 16:20
For now I'd say Python. Its like a warm blanky to me with how kind it is :D
69
Name:
Anonymous
2006-04-10 17:26
I can't do sh it in anything but C :(
70
Name:
Anonymous
2006-04-10 20:12
>>67
C++ is insane, it's like taking C and breaking it
71
Name:
Anonymous
2006-04-10 23:25
C++ is alright... if you stay away from most of what makes C++ the language it is. There's a reason why a lot of people favor what's called "C++--".
72
Name:
Anonymous
2006-04-19 12:20
>>65
semicolons are optional in javascript.
73
Name:
Anonymous
2006-04-19 12:53
>>72
this is javascript's dumbest feature, because it doesn't have an explicit line-continuation character, so you have to make sure the parser doesn't think you wanted to terminate a statement. also multiline strings don't work.
74
Name:
Anonymous
2006-04-19 13:13
Perl.
perl -e'print "Hello, world!\n"'
or
#!/usr/local/bin/perl
print "Hello, world\N";
75
Name:
Anonymous
2006-04-19 13:33
>>74
#!/usr/local/bin/perl -e'print "Hello, world!\n"'
76
Name:
Anonymous
2006-04-19 13:38
print 'Hello, world!'
77
Name:
Anonymous
2006-04-19 14:03
10 PRINT "POO!!!"
20 GOTO 10
78
Name:
Anonymous
2006-04-19 16:09
ruby -e "puts 'Python sux!'"
79
Name:
Anonymous
2006-04-19 16:19
print "\n".join(unicode(i) + "GET" for i in xrange(1000))
Python gets posts faster than Ruby, PHP and Perl.
BTW, why is the CODE font the wrong font? Variable spacing fonts are for loser languages like Java.
80
Name:
Anonymous
2006-04-19 22:53
nasm
Newer Posts