View Poll Results: What is your favorite programming language?
- Voters
- 39. You may not vote on this poll
-
C/C++
-
Java
-
Perl
-
Python
-
C#
-
Lisp
-
Favorite Programming Language?
What is your favorite programming language?
Some have been grouped together, but I've tried to be fair to so many languages...
My mistake, I had meant to add more languages, but accidentally hit Enter...
Many of the listed languages are quite similar, but the point of my asking this poll wasn't to start a flame war, but more along the lines of personal preference for a language, not to debate strengths & weaknesses.
Last edited by starcomp; 02-21-2004 at 11:33 AM.
-
My three favorites are not listed -
Assembler
Algol
Cobol
-
Mako Shark
Neither was mine. Back when I was into coding, my fave was VisualBasic cause it was so easy and I could make games. lol
1st Rig: DFI LP Ultra B | 2500+ Barton | 2x256 Corsair XMS PC3200 | 6800GT! | SP-97/120 Panaflo M1A | Antec 1000AMG/Fortron 530 | XPHome SP1
2nd Rig: ABIT AN-7 | 2400+ mobile | 2x512 Geil Golden Dragon PC3500 | Ti4400 | SLK-900/92 Panaflo M1A | CM ATC-111/Antec 350 | 2kPro SP4
3rd Rig: EPOX 8RDA+ | 2100+ Rev B | 2x256 HyperX PC3000 | Ti4400 | SLK-800/80 Panaflo H1A | Blizzard 360/Enermax 350 | 2kPro SP4
My Heatware
-
Zoom-Zoom!
Visual Basic!
I'm learning Java and HATE it.
Last edited by soupnazi; 02-21-2004 at 09:57 PM.
-
Great White Shark
C/C++ is really powerful.
So it's my favourite.
I don't know Assembly, so I can't comment on that.
But I heard it's hard as hell.
Member of TSGG & ITG
HEATWARE
Follow me down the rabbit hole:
-
NullPointerException
As toss up between Java and C#. But .net has been annoying me lately, so Java gets the nod today. That'll show 'em.
Open Source is free like a puppy is free.
It's only when you look at an ant through a magnifying glass on a sunny day that you realise how often they burst into flames.
Understanding Evolution
-
Goldfish
im going to have to give it to C++ its so versitile (sp?)
My motto for computers : "When in doubt... Reformat" :P
-
I'm happy with C/C++, it's the one I currently understand the best 
Assembly is ok, but I wouldn't want to do anymore than basic hardware interfacing with it...
Last edited by Handyman; 02-22-2004 at 06:06 PM.
| Processor | Intel Pentium 4 @ 2800 MHz | Motherboard | ABIT IC7-Max3 | Memory | 2 GB Corsair XMS PC3200 DDR | Graphics | ATI Radeon 9800 Pro | OS/Prog HDD | W.D. Raptor 36GB (10k) SATA | Storage HDD | Seagate 160GB (7200) SATA | Burner | Lite-On 52x24x52 CDRW | DVD-ROM | Lite-On 16x DVD | Sound Card | Philips Acoustic Edge | Speakers | Klipsch ProMedia 2.1 | Flash Media | Lian-Li Flash Media Bay | Display | Dual NEC 22" Flat CRT | Case/PSU | Lian-Li PC-65B w/ Antec 430W | O.S. | MS Windows XP Pro | Printer | Epson Stylus Photo 2200
-
Catfish
i'd have to go with c++.. mainly cuz that's all i know until i get outta school and have time to learn something else.
-
Mako Shark
C, not C++
because it was developed at the same time as UNIX ...
C++ is like the industrial concrete block, you can build fast with it, but brick is better (C).
assembly isn't easy, but you can make programs that are more optimized than if you did them in C.
assembly code isn't exactly versatile between linux/windows (not just compilation), since you might sometimes have to take the CPU into account (I dunno how what I'm learning now will work on 64bit CPUs, since my code runs on a 32bit cpu) ...
Activation? What activation?
 Originally Posted by Geekkit (from ubuntu forums regarding 'goto' statement)
Yep it sure does. So does crack cocaine. Existence is not a valid endorsement for being acceptable.
 Originally Posted by Linus Torvalds
Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it 
-
That's why I like Algol. It was the language used as a foundation for B and later C.
-
Mako Shark
I was told that a C is just bunched up ASM ... and that C compiler, takes the C code, translates its to ASM, then gives it to an assembler ...
is there anything between binary code (true binary instructions) and ASM?
Originally posted by ua549
That's why I like Algol. It was the language used as a foundation for B and later C.
Activation? What activation?
 Originally Posted by Geekkit (from ubuntu forums regarding 'goto' statement)
Yep it sure does. So does crack cocaine. Existence is not a valid endorsement for being acceptable.
 Originally Posted by Linus Torvalds
Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it 
-
AFAIK there is absolutely no need to expand C statements into multiple Assembler instructions before generating code. In fact there are mainframe CPUs that do not have an assembly language, but do have an Algol compiler. Algol code is compiled directly into micro ops for execution. I mentioned Algol because I'm not sure if the 48 bit proc I'm thinking about, Unisys A Series has a C compiler.
-
Mako Shark
AFAIK, C is translated into ASM and then given to assembler to do the rest ...
wrong(AFAIK): C > machine code
right(AFAIK): C > assembly > machine code
Originally posted by ua549
AFAIK there is absolutely no need to expand C statements into multiple Assembler instructions before generating code. In fact there are mainframe CPUs that do not have an assembly language, but do have an Algol compiler. Algol code is compiled directly into micro ops for execution. I mentioned Algol because I'm not sure if the 48 bit proc I'm thinking about, Unisys A Series has a C compiler.
Activation? What activation?
 Originally Posted by Geekkit (from ubuntu forums regarding 'goto' statement)
Yep it sure does. So does crack cocaine. Existence is not a valid endorsement for being acceptable.
 Originally Posted by Linus Torvalds
Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it 
-
Originally posted by slavik
AFAIK, C is translated into ASM and then given to assembler to do the rest ...
wrong(AFAIK): C > machine code
right(AFAIK): C > assembly > machine code
Why do you think that is the way all C compilers work?
C is an implementation of Algol and Algol does not work that way.
If C generates assembly source code then it can be captured, modified and assembled later. That is not the case with the C compilers I am familiar with.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|