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

Favourite programming language

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__.

Name: Anonymous 2006-04-07 12:44

Befunge > *
             v
v  ,,,,,"Hello"<
>48*,          v
v,,,,,,"World!"<
>25*,@

Name: Anonymous 2006-04-07 12:54

(format t "You all suck, Lisp is better!")

Name: Anonymous 2006-04-07 13:14 (sage)

>>42
LOL! Side-effect. I bet you can't output to my screen without side-effects.

Name: Anonymous 2006-04-07 14:33

>>43
There's no law against side effects. They're just to be avoided where convenient.

Name: Anonymous 2006-04-07 14:38

>>43
what side-effect?

Name: Anonymous 2006-04-07 14:40

>>45
The side effect of writing to a stream, duh.

Name: Anonymous 2006-04-07 15:43 (sage)

>>46
and where is it a side effect? that's MY screen, not yours, duh.

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.

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.

Name: Anonymous 2006-04-07 19:31

>>40
It gets printed you idiot.

Name: Anonymous 2006-04-07 19:32

>>47
Side effects? In MY screen?

Name: Anonymous 2006-04-07 19:32

>>50
That's what I wanted you idiot, otherwise I wouldn't have called this function.

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!");
        }
    }
}

Name: Anonymous 2006-04-07 20:31

C# is clearly superior to Java.

Clearly.

Name: Anonymous 2006-04-08 1:58

>>53
Oh, shit, some language designer, somewhere, didn't learn from the mess known as Java. :(

Name: Anonymous 2006-04-08 3:30

QBasic
PRINT "Hello world"

Name: Anonymous 2006-04-08 5:20

Ok now, do it in brainfuck.

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"

Name: Anonymous 2006-04-08 7:48

>>57
NIL

Name: Anonymous 2006-04-08 10:15

Hello world in whitespace (part 1 of 2):
-------------------------------
               
               
                     
                
                     
                   
                     
                 
                           
                    
                 
                    
           
                       
                           
                  
                           
                     
                     
                     
                     
                        
                  
                     
           
                        
                           
                        
                     
                           
           
                   
                        
                      
                  
                      
                  
                         
                     
                      
                     
                         
                        
                         
              
                            
   
            

                                                                                                              

                                                                                                                                                            




---------------------------

Name: Anonymous 2006-04-08 10:16

Hello world in whitespace (part 2 of 2)
----------------------------
                                                    
      
   

                                                                                                           
 
             
 
                                                                                                                                                                                                    
   
        
      
 
                                                                                                         

                                                                                                                                                                                                 
 

 


   

                                                                           
 
 
    
                 
             
         
                                                                                                                                                                    
 

      
      
 
                                                                         

                                                                                                                                                                 
 

      
          
        
   

                                                                                                                                                         
            
               
   
     
 
   
---------------------
There's a manly language for you!

Name: Anonymous 2006-04-08 20:59

native C++

Name: Anonymous 2006-04-09 2:30

lately my fav has been javascript (and ruby). i hate langs that require semicolons.

Name: Anonymous 2006-04-09 5:04

Supercollider is awesome.

Name: Anonymous 2006-04-09 5:31

>>63
You hate semicolons but you like JavaScript? I don't get it.

Name: Anonymous 2006-04-09 15:10

>>63
whut

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.

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

Name: Anonymous 2006-04-10 17:26

I can't do sh it in anything but C :(

Name: Anonymous 2006-04-10 20:12

>>67
C++ is insane, it's like taking C and breaking it

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++--".

Name: Anonymous 2006-04-19 12:20

>>65

semicolons are optional in javascript.

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.

Name: Anonymous 2006-04-19 13:13

Perl.

perl -e'print "Hello, world!\n"'

or

#!/usr/local/bin/perl
print "Hello, world\N";

Name: Anonymous 2006-04-19 13:33

>>74
#!/usr/local/bin/perl -e'print "Hello, world!\n"'

Name: Anonymous 2006-04-19 13:38

print 'Hello, world!'

Name: Anonymous 2006-04-19 14:03

10 PRINT "POO!!!"
20 GOTO 10

Name: Anonymous 2006-04-19 16:09

ruby -e "puts 'Python sux!'"

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.

Name: Anonymous 2006-04-19 22:53

nasm

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