Go Back   Hektik Forums > Main > Technology > Programming

View Poll Results: What is your favorite programming language?
Fast and Powerful \'C\' 2 10.00%
Easier and more intuitive \'C++\' 6 30.00%
Give me the simple \'BASIC\' 0 0%
Small and blazin \'PERL\' 6 30.00%
The portable \'Java\' 2 10.00%
Give me the only way to go \'Assembelly\' 2 10.00%
\'Ada\' 1 5.00%
\'Kobol\' 0 0%
\'Logo\' 0 0%
\'French\' 1 5.00%
Voters: 20. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-06-2002, 05:19 PM
New to these parts
 
Join Date: Jun 2002
Location: Clearfield
Posts: 15
Rep Power: 0
nikkelitous is on a distinguished road
Favorite Language

I thought I would get programming jump started. If your answer is simple just use the poll if it isn't then post your breakdown in this thread.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-06-2002, 05:58 PM
rudeboy's Avatar
Devil's Advocate
 
Join Date: May 2002
Location: Boston, MA
Posts: 370
Rep Power: 32
rudeboy will become famous soon enough
Actually I used Pascal quite a bit in college, it was my first language love. I got weaned off of it when I did more and more projects in C. Unfortunately I graduated just before Java started to become popular. I wish I had seen Pascal on the poll God I'm such a goofball. My official vote goes to Perl.

Last edited by rudeboy; 06-07-2002 at 10:31 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-06-2002, 07:23 PM
tima's Avatar
New to these parts
 
Join Date: May 2002
Posts: 15
Rep Power: 0
tima is on a distinguished road
I like C for small and dirty projects, but i must say C++ really takes the crown, with nice data abstraction techniques, good OOP support and well, complete C compatibility...

For text based data manipulation, or writing a quick script, perl might be a good way to go, or maybe even perl + sql, it's always nice to have the database tools ready for you.

For quick GUI project, Visual Basic* is a good starting point, which can be used to write the interface and throw your C/C++ program into it.

I dislike java, but i can see the advanages and ease of using Java - mostly in hardware.

Assembly is pretty much obsolete for the real projects, as the current generation of the CPUs is a huge deeply pipelined, register renaming mess, and compilers are doing a great job optimising for that. It's mostly usefull now in the programming of small on-board controllers and such.

Languages like Lisp and Prolog are good for writing AI
code, as they offer the flexibility to redefine the program during the execution of it.

I haven't used anything else**, so i can't give the first hand expierence, but most of the languages are going to be more efficient for some specific task, so the question becomes more like: "What tasks do you do the most".


* Might not be avaliable on all operating systems. Use gtk or qt instead.

** I might have used something else, but it's not worth mentioning in here due to the fact that it is not considered as a language by the most people (shell scripts, VHDL, HTML), or because i simply forgot.
__________________
i'm a horrible monster, and i pray for death.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-09-2002, 10:40 AM
splurge
Guest
 
Posts: n/a
I've always been a Pascal kinda guy. Dunno why, it's not really that great, but it makes sense to me. Delphi/Kylix is my latest fuckaround toy, because it's good old Pascal with better "OO" than Ada. I think it still has a few flaws, but being able to do quick gui's for x is nice, and it handles console as well. And on win32, it just plain old smokes VB. ADO is a snap with D/K.

Oh, and a quote that's probably amusing only to me, taken from my c++ instructor; "The only good thing about c# is that it might get rid of VB."

Merry fucking christmas.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-22-2002, 09:03 AM
New to these parts
 
Join Date: Jun 2002
Location: right behind you.
Posts: 5
Rep Power: 0
Guardian is on a distinguished road
I prefer the language of love....

Vietnamese....

Or, if programming, Turtle Logo...

:Guardian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 10-12-2002, 06:41 PM
New to these parts
 
Join Date: Oct 2002
Location: OGdEN
Posts: 3
Rep Power: 0
[iQ] is on a distinguished road
DELPHi!!

am I the only one who digs delphi (yes, i'm probably one of very few who even touch winbloze.. hahha)

well i'll have to *learn* C/Unix next semester.. not that I've never touched *nix... just never found one I really liked...


Object Pascal is very nice, for what I use it for <g>
__________________
-=[ iQ ]=-
AMD Athlon XP 2000+ @ 1.86 Ghz
GeForce Ti4200 [128mb] AGP
& a partridge in a ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-27-2005, 03:32 PM
idbeholda's Avatar
I am the news.
 
Join Date: Nov 2003
Location: Athens, Ohio
Posts: 809
Rep Power: 54
idbeholda will become famous soon enough
I usually prefer using VB for win GUI's, and then either using c/c++ or assembler for an engine, and have the GUI interpret the data that's processed.
__________________
I think it's time for another Shift. Only then, will any progress be made.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-09-2005, 07:39 AM
Viva la Familia!
 
Join Date: May 2002
Location: Wisconsin
Posts: 181
Rep Power: 21
kweejee will become famous soon enough
Coolgen looks nice, but I wouldn't want to use it.

I would have to say C++ or C#
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 09-22-2005, 12:42 PM
Lurking around
 
Join Date: Sep 2005
Location: West Bountiful
Posts: 1
Rep Power: 0
mhatter is on a distinguished road
If I had to choose just one language, my vote is for C/C++.

It's high level enough you can quickly throw stuff together, at the same time you have complete control - Inline machine language...

Lately though, I've been writing a lot of tools for Windows. C# along with the .NET framework and Windows forms stuff is the quickest way I've found to get through the UI hell. It's also nice that you can import C/C++ DLLs.

Hardcore performance: C/C++ w/assembly.
Tools and your basic data manip apps: C#


On a side note, assembly is still used widely. A ton of embedded environments still require the use of assembly.
__________________
Don't eat Albertos at the Cathedral; the roaches will eat your tortillas.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 04-18-2007, 02:48 PM
New to these parts
 
Join Date: Feb 2004
Location: Orem, UT
Posts: 3
Rep Power: 0
catalyst is on a distinguished road
No PHP or Python?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 04-19-2007, 12:21 AM
Teep's Avatar
hektik writer
 
Join Date: Apr 2005
Location: Netherlands
Posts: 382
Rep Power: 43
Teep has a spectacular aura aboutTeep has a spectacular aura aboutTeep has a spectacular aura about
if we had any PHP gurus in here, there wouldn't have been backslashes before the single-quotes in the poll.... :P
__________________
And the demons will feed upon her madness.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
My favorite webcomics, for reals. catalyst General Links 0 04-18-2007 02:17 PM
You’re favorite nobody is back. kenny Main Page 16 12-23-2005 03:33 PM
Morning is Not My Favorite Time of Day Shalome Main Page 6 06-01-2005 07:29 PM
My Favorite Punk Rock Dive Bar Got Me Drunk Shalome Main Page 3 05-19-2005 08:36 PM
My favorite weapon is the look in your eyes blood_rose Main Page 1 03-16-2004 02:56 PM


All times are GMT -7. The time now is 03:50 AM.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43