
-----------------------------------
Jack140
Fri Nov 14, 2008 4:26 pm

What is your favorite Programming Language?
-----------------------------------
What programming software do you like or prefer the MOST?

Mod edit: fixed title.

-----------------------------------
Vertico
Fri Nov 14, 2008 5:30 pm

Re: What is your favorite Programming Software?
-----------------------------------
You missed so many good ones...

-----------------------------------
Jack140
Fri Nov 14, 2008 5:38 pm

Re: What is your favorite Programming Software?
-----------------------------------
yeah...

I only post the ones that was offered from this website...
Later I'll make another poll with many more good ones.

-----------------------------------
jbking
Fri Nov 14, 2008 6:56 pm

RE:What is your favorite Programming Software?
-----------------------------------
You may want to rename this to Programming Language rather than software as that tends to make me think of IDEs, version control, automated build tools, etc.

-----------------------------------
StealthArcher
Fri Nov 14, 2008 6:57 pm

RE:What is your favorite Programming Software?
-----------------------------------
Exactly, if we went by the above, my favorite would be Crimson editor or codeblocks.

-----------------------------------
Jack140
Fri Nov 14, 2008 9:02 pm

Re: RE:What is your favorite Programming Software?
-----------------------------------
You may want to rename this to Programming Language rather than software as that tends to make me think of IDEs, version control, automated build tools, etc.

I can't rename it, since people have already replied to it, but yes you are right it should be Programming language.

-----------------------------------
Tony
Fri Nov 14, 2008 11:55 pm

RE:What is your favorite Programming Language?
-----------------------------------
fixed your title.

Although "favourite" is very vague. Favourite in the context of what?

LOLcode and Brainfuck are pretty neat languages.

-----------------------------------
ecookman
Sat Nov 15, 2008 5:41 pm

RE:What is your favorite Programming Language?
-----------------------------------
*ggaaasssppp*

no VB

i am very dissapointed in you... :vi:

-----------------------------------
andrew.
Sat Nov 15, 2008 9:51 pm

RE:What is your favorite Programming Language?
-----------------------------------
LOL Turing is on there.

-----------------------------------
DanielG
Sun Nov 16, 2008 3:21 am

RE:What is your favorite Programming Language?
-----------------------------------
my two favorites are turing and c++ (being the only two I know), I can't really decide between them.

-----------------------------------
michaelp
Sun Nov 16, 2008 9:50 am

RE:What is your favorite Programming Language?
-----------------------------------
Where's the other???

-----------------------------------
Jack140
Sun Nov 16, 2008 10:15 am

Re: RE:What is your favorite Programming Language?
-----------------------------------
my two favorites are turing and c++ (being the only two I know), I can't really decide between them.


Yes it is hard...
I had to decided between the both of them too... 

-----------------------------------
dc116
Sat Dec 13, 2008 9:25 pm

Re: What is your favorite Programming Language?
-----------------------------------
Turing

Although there's many limits to Turing, I find it incredibly easy to use and understand programming language.  :D

-----------------------------------
Insectoid
Sat Dec 13, 2008 10:48 pm

RE:What is your favorite Programming Language?
-----------------------------------
I use Turing to test simple concepts without worrying too much about syntax. Java, I just really hate. Perl, though not on the list, I find to be excellent, and fun, though terrible to debug. Ruby I'm only just learning, though it promises to be a great tool.

As Perl isn't on there, and Turing doesn't really count IMO, and I hate Java, I won't vote.

-----------------------------------
DemonWasp
Sun Dec 14, 2008 12:47 am

RE:What is your favorite Programming Language?
-----------------------------------
Java. It prevents me from having to deal with a lot of issues my retard-coworkers would generate in most other languages. Plus, I can write it a lot faster than any other language I know.

Next up to learn: Python.

-----------------------------------
gianni
Sun Dec 14, 2008 4:54 am

Re: RE:What is your favorite Programming Language?
-----------------------------------
Java. It prevents me from having to deal with a lot of issues my retard-coworkers would generate in most other languages. Plus, I can write it a lot faster than any other language I know.

Next up to learn: Python.
I think you'll be pleasantly surprised when it comes time for Python - especially coming from Java.

-----------------------------------
jernst
Sun Dec 14, 2008 10:52 am

Re: What is your favorite Programming Language?
-----------------------------------
c++ since I do all my simulation stuff in that....but in my undergrad days I used to like java alot

-----------------------------------
Zeroth
Sun Dec 14, 2008 12:03 pm

Re: RE:What is your favorite Programming Language?
-----------------------------------
Java. It prevents me from having to deal with a lot of issues my retard-coworkers would generate in most other languages. Plus, I can write it a lot faster than any other language I know.

Next up to learn: Python.
I think you'll be pleasantly surprised when it comes time for Python - especially coming from Java.

I totally agree with Gianni here. I managed to get a smart friend of mine excited about Python, when I showed him all the Prototypish OO stuff you can do in Python.

-----------------------------------
syntax_error
Sun Dec 14, 2008 2:21 pm

RE:What is your favorite Programming Language?
-----------------------------------
Java, simply due to the vast library it has.

-----------------------------------
btiffin
Mon Dec 15, 2008 9:49 am

Re: What is your favorite Programming Language?
-----------------------------------
I polled C on this one.  None of my top favourites are actually listed, but I include C as a fave.  REBOL, SNOBOL, Icon, Forth, COBOL, awk, D.

Old guy opinion piece follows:
Why C?  C is the parent, grandparent of all the other languages listed.  If you really want to master Python, it's best if you can read the C sources for instance.  If you are going to invent a new language, I'll bet the toolkit used is C code and its plethora of supporting friends.  Know C and you'll go far in the world of Computer Science and Software Engineering.  Don't know C and you'll be stuck at least one layer above where the "builders" hang out.  Sure some languages are built on Java, but where does Java start out from?  And yes there are exceptions to my generalized opinion, but they are exceptions, not the general state of the computing world at large.

Cheers

-----------------------------------
wtd
Mon Dec 15, 2008 1:45 pm

RE:What is your favorite Programming Language?
-----------------------------------
Maybe you could argue for all of the others, but Ruby shares very little heritage with C.  It's implemented in C, but it owes its design to language like Smalltalk and Scheme, with syntactic inspiration from Eiffel.

-----------------------------------
btiffin
Mon Dec 15, 2008 3:19 pm

Re: What is your favorite Programming Language?
-----------------------------------
wtd; Yes, sorry, I agree.  Conceptually, these languages can be as different as night and day.  The methods and thinking when writing good code in these languages can also vary tremendously.

I was arguing along the lines of initial implementations and binary roots, not so much the cultural differences.

Old guy off topic drifting ramble follows:
I'll still opine; a master craftsman in any of the listed languages will be able to read the C sources and read them as "program" and how they influence the language at hand and not simply cryptic code that needs to be tolerated or ignored.  Much as I would expect a master English linguist to know at least a little bit about Latin, Germanic, French, ..., roots of the word we use. 
 
Favourites and roots can be two completely different things and perhaps nere' the twain shall meet for younger generations of programmers.

I don't know all the historic details, but I wonder what Alan Kay used to write Smalltalk? ...I just found a copy of a history paper Alan wrote; intriguing. http://gagne.homedns.org/~tgagne/contrib/EarlyHistoryST.html

I'm pretty sure Lisp was originally crafted in Fortran, even with the famous one page self-describing LISP by McCarthy. But I'll count that in the exception pile for the majority of the compsci.ca crowd.  Bertrand used C to craft Eiffel, afaik.  

C is found at many roots as it is only a few magical steps above assembler while still allowing a system builder to think assembler; the language one step up from machine. 

and what do us old guys know about new fangled software systems anyway.  Trix are for kids.  My favourite car is still a 1976 green Honda Civic I used to bump around in.  ;)

But even the newest of the new fangled software (imho, although it is almost 10 years old now) and my actual favourite, REBOL, is C based. 

Apologies for the drift.
Cheers
Edit; always with the typos

-----------------------------------
octopi
Mon Dec 15, 2008 5:31 pm

Re: What is your favorite Programming Language?
-----------------------------------
My favourite language is pseudo code. 

I don't really have a favourite, if I'm making a website I'm going to use PHP, if I'm doing a school project I'm going to use java, and if I'm making a web-service or GUI application I'm going to use C#.

-----------------------------------
chili5
Sun Dec 28, 2008 8:42 am

RE:What is your favorite Programming Language?
-----------------------------------
My favorite language is either Java or PHP. I've used Java more, and I'm getting good with using it. 

All depends on what I'm doing, if it's contest problems I usually prefer Java but I enjoy PHP also. 

How can people like Turing? Imo it's a ugly language.

-----------------------------------
syntax_error
Sun Dec 28, 2008 2:21 pm

RE:What is your favorite Programming Language?
-----------------------------------
Maybe only one they know of?

Limited choices, leads to limited answers no?

-----------------------------------
chili5
Sun Dec 28, 2008 2:27 pm

RE:What is your favorite Programming Language?
-----------------------------------
Perhaps! Though even though it looks like a ugly language, some of the example problems that are included are amazing. :)

I wonder if any teams on DWITE still use turing, I know their was one team that used turing. They still active?

-----------------------------------
andrew.
Sun Dec 28, 2008 9:20 pm

RE:What is your favorite Programming Language?
-----------------------------------
To be honest, I really like Cocoa and Objective-C although I'm just getting started with it.

-----------------------------------
Tony
Sun Dec 28, 2008 11:55 pm

Re: RE:What is your favorite Programming Language?
-----------------------------------
I wonder if any teams on DWITE still use turing, I know their was one team that used turing. They still active?
In the last DWITE round, O(512) came in 24th using Turing exclusively, as well as O(n) in 28th, the R&A in 33rd, The Normal Team in 37th, and more. The Turing crowd is certainly performing better than teams that use PHP, with the top team being The Decoded in 48th.

-----------------------------------
chili5
Mon Dec 29, 2008 6:59 am

RE:What is your favorite Programming Language?
-----------------------------------
Wow yeah, people with turing seem to be doing well. I didn't expect to to see any PHP though. :o

-----------------------------------
Crazymik3
Mon Dec 29, 2008 11:32 am

RE:What is your favorite Programming Language?
-----------------------------------
Having only really experienced Java and PHP, I'd have to go with Java.

-----------------------------------
chili5
Mon Dec 29, 2008 11:36 am

RE:What is your favorite Programming Language?
-----------------------------------
Why Java over PHP?

-----------------------------------
rdrake
Mon Dec 29, 2008 12:11 pm

Re: RE:What is your favorite Programming Language?
-----------------------------------
Why Java over PHP?PHP has a horrible mess for a standard library for starters.

Have fun reading about its [url=http://toykeeper.net/soapbox/php_problems/]problems.

-----------------------------------
chili5
Mon Dec 29, 2008 12:56 pm

RE:What is your favorite Programming Language?
-----------------------------------
Oh wow, that was a interesting read. I didn't realize the PHP language was such a mess. :O
