|
|
|||||||
| 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 | |||
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
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. |
|
|||
|
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. |
|
|||
|
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 ... |
|
||||
|
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. |
|
|||
|
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. |
| Thread Tools | |
| Display Modes | |
|
|
|
|
||||
| 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 |