I can't believe nobody mentioned PERL
Printable View
I can't believe nobody mentioned PERL
IMHO these are the programming languages every comp enthusiast should learn: DHTML,perl,C,C++,php,
asm,java and javascript.
After you learn one language you should be able to learn another within 1 week.Once you know 1 the others
should be easier.For me once I learned C,C++ was very easy.Basically the same.
Goodluck.
Crimina1
IMHO,I would say..........(even if I'm going to be attacked by all u C lovers out there),ASM(I learned ASM first)
Quote:
Originally posted by VicTT
IMHO,I would say..........(even if I'm going to be attacked by all u C lovers out there),ASM(I learned ASM first)
I agree ...although it's not the easiest to learn you gain a great deal of low level knowledge.
There's a decent tutorial here:
http://www.bitafterbit.com/english/a...sic02/asm.html
This link also has Html,Java and C++ tutorials.....so take your pick and ENJOY ;)
I think C is best language for learn to programming, because it'e easy and had powerful instruments like pointers etc...
ASM is most powerful, but is linked to architecture (anyway you must learn it).
Visual Basic is very easy but your programs aren't portable to others OS different from windows.
C++ and Java regards you if you're interested to oriented object programming.
I don't know lisp and perl : (
HTML is cake start with that...
:borg:
System_Overload
c is probably the best.
i find C++ to be easiest, but then again i dont really think like many other people... i dont seem to be able to program procedurally...just Object Oriented...
on a side note, anyone know of a good OOP language other than C++?
In high school, my teacher started with c and the second half was c++. Mixing them didn't work to great for me, so I suggest get a firm grip on c before c++ because I found c++ to be a totally different beast.
remember though... programming that you learn in school, (at least in my experience) is NOTHING like real programming