Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 I prefer to program in...
Index -> CompSci.ca, General Discussion -> Featured Poll
Goto page Previous  1, 2
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

I prefer to program in...
(Voting is closed)
C/C++/Objective-C
19%
 19%  [ 6 ]
Java (or Java compatible language: Scala, etc)
19%
 19%  [ 6 ]
C# (or other .NET exclusive languages)
12%
 12%  [ 4 ]
Pascal (or Pascal-like: Turing, etc)
3%
 3%  [ 1 ]
Lisp/Scheme (Specify which)
0%
 0%  [ 0 ]
ML-Languages (Specify which: O'Caml, SML, Haskell, etc)
3%
 3%  [ 1 ]
Python
22%
 22%  [ 7 ]
Ruby
9%
 9%  [ 3 ]
Perl (or Perl-like: PHP etc)
6%
 6%  [ 2 ]
Other (Specify which)
3%
 3%  [ 1 ]
Total Votes : 31

Author Message
syntax_error




PostPosted: Thu Jul 30, 2009 10:00 pm   Post subject: RE:I prefer to program in...

Im, going to have to go with java again, for the same reason, a vast and endless library to use.
Sponsor
Sponsor
Sponsor
sponsor
btiffin




PostPosted: Sat Aug 01, 2009 12:38 pm   Post subject: Re: I prefer to program in...

REBOL, Forth, COBOL, C, DCL and t'others

Cheers
Shah-Cuber




PostPosted: Sat Aug 01, 2009 12:55 pm   Post subject: Re: I prefer to program in...

For most of my programming days I have programmed in Python, and it is an absolutely great language (Done most of the Project Euler problems with it) Smile
However, recently, I have grown fond of Java, it is very useful and great for animation ... and its huge libraries =P
I also program in C/C++ and Mathematica ...
I guess my hierarchy of programming languages would be:
Java -> Python -> C/C++ -> Mathematica Very Happy
Joel92




PostPosted: Fri Sep 04, 2009 5:40 pm   Post subject: Re: I prefer to program in...

Lately Objective-C as it's my first object oriented program... other than that Perl. However, I'm finding it hard to be going back to a procedural-programming language.
A.J




PostPosted: Fri Sep 04, 2009 9:29 pm   Post subject: RE:I prefer to program in...

C++ -> Python -> Haskell
wtd




PostPosted: Fri Sep 04, 2009 10:06 pm   Post subject: Re: I prefer to program in...

Joel92 @ Sat Sep 05, 2009 6:40 am wrote:
Lately Objective-C as it's my first object oriented program... other than that Perl. However, I'm finding it hard to be going back to a procedural-programming language.


Well then, good news! Perl is an object-oriented programming language.
Joel92




PostPosted: Fri Sep 04, 2009 10:27 pm   Post subject: Re: I prefer to program in...

wtd @ Fri Sep 04, 2009 10:06 pm wrote:
Joel92 @ Sat Sep 05, 2009 6:40 am wrote:
Lately Objective-C as it's my first object oriented program... other than that Perl. However, I'm finding it hard to be going back to a procedural-programming language.


Well then, good news! Perl is an object-oriented programming language.


whaaaaaaa Shocked ? i thought it was only procedural? well... that was the way I taught.
wtd




PostPosted: Sat Sep 05, 2009 12:45 am   Post subject: RE:I prefer to program in...

code:
prompt$ perl
package Foo;
sub new {
  my $class = shift;
  my $bar = shift;
  my $self = { bar => $bar };
  return bless $self, $class;
}
sub baz {
  my $self = shift;
  return $self->{bar} * 2;
}
package main;
my $a = new Foo(42);
print $a->baz;
print "\n";

84
prompt$
Sponsor
Sponsor
Sponsor
sponsor
saltpro15




PostPosted: Sun Sep 06, 2009 8:13 pm   Post subject: RE:I prefer to program in...

edit : Brainfuck all the way!

code:

>>>>>>+<<<<<<,>,>,>++++++++++++[-<----<----<---->>>]
<[->+>+<<]>>[-<<+>>]<[-[-[-[-[-[-[-[-[->]]]]]]]]]>>[
<<<<---------->>>>>+<<]<<<+>>>>>[-<<<<<<[->>+>+<<<]>
>>[-<<<+>>>]<[-[-[-[-[-[-[-[-[->]]]]]]]]]>>[<<<<<---
-------<+>>>>>]<<<<+>>>>>>]<<<<++++++++++++[-<++++<+
+++<++++>>>]<<<.>.>.

Display posts from previous:   
   Index -> CompSci.ca, General Discussion -> Featured Poll
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 2 of 2  [ 24 Posts ]
Goto page Previous  1, 2
Jump to:   


Style:  
Search: