ADISC  
Rules Answers Wiki Galleries Live Chat Links
Go Back   ADISC > Public Forums > Off-topic > Computers and Games
Register Blogs FAQ Members List Social Groups Mark Forums Read

Reply Post New Thread
 
LinkBack Thread Tools Display Modes
Old 08-09-2009   #1 (permalink)
Clever Title Pending
 
Dreamaker's Avatar
 
Join Date: Jan 2008
Location: Ireland
Age: 16
Posts: 768
Threads: 56
Gallery Uploads: 12
Wiki Edits: 40
Blog Entries: 42
Reputation: 17
Send a message via AIM to Dreamaker Send a message via MSN to Dreamaker Send a message via Yahoo to Dreamaker
Default Favourite Programming Language?

This is a remake of a thread I made almost a year and a half ago.

For those of you who program, what is your favorite programming language? Why?

My opinions:

This time last year, my answer was PHP. While I still like PHP, it's been knocked off the top spot by C#, which has a good mix of the simplicity of other newer languages, yet much of the power of C++. (It also, despite being based heavily on Java, doesn't have Java's continous attempts to protect you from yourself). It's still a bit overly object oriented (not everything is an object.), but no language is perfect.

I also have looked into python, and it's quite nice despite being a bit weird on the whole whitespace issue.

C++ is quite powerful (core language wise, it's standard library is rather lacking compared to newer languages), but it's lack of some things I take for granted in other languages like:

Code:
int intarr[somevar];
can be quite annoying.

I'm still not a fan of Ruby, and definitely not of Rails, despite using them both a good bit during my work experience.
Dreamaker is offline   Reply With Quote
Old 08-09-2009   #2 (permalink)
Regular
Donor
 
kevintje's Avatar
 
Join Date: Jan 2008
Location: Belgium
Age: 22
Posts: 377
Threads: 5
Gallery Uploads: 79
Wiki Edits: 8
Blog Entries: 7
Reputation: 8
Default

While others <> agree

me.favoritelanguage = "Visual Basic 6"

next

might be the wrong syntax tho' xD
anyway, visualbasic, easy and good enough for what I am using it for, .net sucks, it's typically microsoft to change their own products to look like others, and imho, that is what .net is, the programming language they had, but with a more C-like syntax...

ooh, and if you want to do some good ol' dos programming, I'll take QuickBasic please? ^^
kevintje is offline   Reply With Quote
Old 08-09-2009   #3 (permalink)
The Beast Under Your Bed
 
h3g3l's Avatar
 
Join Date: May 2008
Location: USA
Posts: 1,777
Threads: 30
Gallery Uploads: 8
Wiki Edits: 33
Blog Entries: 2
Reputation: 99
Send a message via MSN to h3g3l Send a message via Yahoo to h3g3l Send a message via Skype™ to h3g3l
Default

Depends what I'm doing.

If I'm doing data-structures things, C++. It's powerful and lets me build a gun that I can shoot myself in the head with--as long as I pay attention to its strongly-typd nature.

If I'm doing "web stuff," PHP is simple and can be built out in a reasonable way. I'm looking to get into RoR though--please look in the programming social group if you can assist me there!
h3g3l is online now   Reply With Quote
Old 09-09-2009   #4 (permalink)
Regular
 
Join Date: Oct 2008
Location: NC
Posts: 361
Threads: 5
Reputation: 11
Default

Basic. Only because I have yet to take the time to learn anything else properly, though I am aiming for C when I set aside the time.

10 print "Hello world"
20 goto 10

aah the memories..
WoXxY is offline   Reply With Quote
Old 09-09-2009   #5 (permalink)
Don't be ingrate: Donate!
Donor
 
Pojo's Avatar
 
Join Date: Mar 2008
Location: Virginia
Posts: 6,540
Threads: 108
Wiki Edits: 121
Blog Entries: 15
Reputation: 93
Send a message via MSN to Pojo
Default

All I'm learning right now in school is Java...So that I guess. I think we'll be learning some Python too.
Pojo is online now   Reply With Quote
Old 09-09-2009   #6 (permalink)
Regular
 
Join Date: Dec 2008
Location: Chicago area
Posts: 325
Threads: 4
Reputation: 0
Default

Does AppleScript count?
Huggies1998 is offline   Reply With Quote
Old 09-09-2009   #7 (permalink)
VIP
Donor
 
skinnypuppy's Avatar
 
Join Date: Jan 2008
Location: New York USA
Posts: 450
Threads: 7
Gallery Uploads: 7
Wiki Edits: 9
Blog Entries: 1
Reputation: 14
Send a message via AIM to skinnypuppy Send a message via MSN to skinnypuppy Send a message via Yahoo to skinnypuppy Send a message via Skype™ to skinnypuppy
Default

C

Have done some X86 assembler also, but it's really tedious. Dabbled in some other languages too.

I want to learn C++ but the object-orientation fries my brain "subclass the desktop" ???? I'm sorry I just don't get it.
skinnypuppy is offline   Reply With Quote
Old 09-09-2009   #8 (permalink)
Yeah?
Donor
 
adaffme149's Avatar
 
Join Date: Feb 2009
Location: USA
Age: 18
Posts: 477
Threads: 33
Wiki Edits: 33
Reputation: 24
Send a message via AIM to adaffme149
Default

Haha. Applescript. No. "Real" programming languages only.

I'd have to vote for VB6 which I clung to for dear life untill the Microsoft thugs pushed us all to VB .NET (05 currently).

So, yeah. VB6 and VB .NET.

Because C++ is a bitch(++).
adaffme149 is offline   Reply With Quote
Old 09-09-2009   #9 (permalink)
The Beast Under Your Bed
 
h3g3l's Avatar
 
Join Date: May 2008
Location: USA
Posts: 1,777
Threads: 30
Gallery Uploads: 8
Wiki Edits: 33
Blog Entries: 2
Reputation: 99
Send a message via MSN to h3g3l Send a message via Yahoo to h3g3l Send a message via Skype™ to h3g3l
Default

Quote:
Originally Posted by adaffme149 View Post
Haha. Applescript. No. "Real" programming languages only.

I'd have to vote for VB6 which I clung to for dear life untill the Microsoft thugs pushed us all to VB .NET (05 currently).

So, yeah. VB6 and VB .NET.

Because C++ is a bitch(++).
Yay, irony!

Wait, you were going for that, right?
h3g3l is online now   Reply With Quote
Old 09-09-2009   #10 (permalink)
Not your typical kid
 
chevre's Avatar
 
Join Date: Jan 2008
Location: US
Age: 25
Posts: 1,470
Threads: 43
Wiki Edits: 38
Reputation: 38
Default

I'd say right now Python is my favorite, but I do mostly C at work (yay embedded systems!). Too bad to hear you don't like ruby -- although I don't use it much, I think it has some really cool ideas, and some original syntax haha.
chevre is offline   Reply With Quote
Reply

Tags
computers, favorites, programming

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Taking Programming Further mzkkbprmt Computers and Games 4 19-08-2009 08:02 PM
Help with programming in C mzkkbprmt Computers and Games 2 12-08-2009 09:54 PM
Programming Language James Computers and Games 36 27-06-2008 09:44 PM
Favorite Programming Language Dreamaker Computers and Games 16 30-04-2008 05:36 AM
Programming Incomplete Dude Computers and Games 20 25-03-2008 05:17 AM


All times are GMT. The time now is 06:01 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Site content is Copyright ADISC.org 2008.
Content from this site may not be reproduced anywhere else
without the advance written permission of the webmaster, or author.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16