RE: [HQ] How to be a coder 07-02-2013, 09:19 PM
#11
Very nice thread and well laid out. I'm hoping to start learning Python in detail soon so this will help me out.
| [HQ] How to be a coder filter_list | |
(09-10-2013, 02:04 PM)Cyanide and Cynicism Wrote: Few things
1. C is not a high-level language, it is the lowest level above Assembly.
2. Java is not compiled, one might argue that the JIT in the JVM is technically compilation but it undergoes a much different process.
3. HTML and CSS are not programming languages, they're markup languages like (La)TeX
4. 'PHP is not a proper web standard - but an open-source technology. PHP is neither real programming language - but PHP lets you use so-called scripting in your documents.' It can actually be used for many regular desktop programs and most things that Perl can do, look into CLI PHP and PHP-GTK.
I understand that you didn't write this, and it's still a nice tutorial but you could make some edits to improve upon it.
(09-10-2013, 02:04 PM)Cyanide and Cynicism Wrote: Few things
1. C is not a high-level language, it is the lowest level above Assembly.
2. Java is not compiled, one might argue that the JIT in the JVM is technically compilation but it undergoes a much different process.
3. HTML and CSS are not programming languages, they're markup languages like (La)TeX
4. 'PHP is not a proper web standard - but an open-source technology. PHP is neither real programming language - but PHP lets you use so-called scripting in your documents.' It can actually be used for many regular desktop programs and most things that Perl can do, look into CLI PHP and PHP-GTK.
I understand that you didn't write this, and it's still a nice tutorial but you could make some edits to improve upon it.