User:Rldrenth: Difference between revisions

Content added Content deleted
(langs)
Line 38: Line 38:
It's a good language too. A bit better than Java IMHO. If you're really not into Microsoft stuff, then learn Java instead.
It's a good language too. A bit better than Java IMHO. If you're really not into Microsoft stuff, then learn Java instead.


C - After 35 years, there's still no language that can replace it when you need to do nitty gritty stuff, or if you're working on embeded microcontrollers.
C - After 35 years, there's still no language that can replace it when you need to do nitty gritty stuff, or if you're working on embeded microcontrollers. Fast and efficient. And when you're learning assembly language, there's generally a compiler flag that causes compiler to emit assembly code for your C source. You can see what the compiler is doing. You can also see that all the talk about compilers producing code with quality comparable to hand crafted assembly ain't necessarily so.


Python - Easy to use and very, very powerful. Applicable to a wide range of applictions. A possible
Python - Easy to use and very, very powerful. Applicable to a wide range of applictions. A possible