![]() |
|
Easiest & Hardest Programming Language? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Easiest & Hardest Programming Language? (/Thread-Easiest-Hardest-Programming-Language) |
RE: Easiest & Hardest Programming Language? - Charon - 10-20-2012 (10-20-2012, 01:27 AM)Crimson Wrote: I've heard that Python is pretty easy. I'm starting with Python soon again then go with Perl, and build my way up to C++. RE: Easiest & Hardest Programming Language? - Crimson - 10-20-2012 (10-20-2012, 02:09 AM)INST1NCT Wrote: I'm starting with Python soon again then go with Perl, and build my way up to C++.I'm starting Python because of the tutorial on this site. RE: Easiest & Hardest Programming Language? - Charon - 10-20-2012 (10-20-2012, 02:30 AM)Crimson Wrote:(10-20-2012, 02:09 AM)INST1NCT Wrote: I'm starting with Python soon again then go with Perl, and build my way up to C++.I'm starting Python because of the tutorial on this site. We might can do a project later together in the future! RE: Easiest & Hardest Programming Language? - shizelkid - 10-22-2012 Well, seems we are in a pickle. We can decide what is easiest and hardest. So ill tell you my side. I find that its best to just learn them all. Dont panic, just sit down, shut up and focus. When you talk, move around, and think a lot. You get nothing done. So just calm down, start with what is orientated on what you are trying to do. Like for me, I learned Visual Basic first. Then i went to c, then to c++, then on to others like html, python, ruby, and sadly to say... java. But i do game stuff. So when i was learning, Visual Basic was the easiest. Then i learned about c and how much more powerful it was. So i moved along a path to help me get to better gaming. But if you want to do internet stuff you would do what i do. So its like playing music. You pick an instrument, you ether have a set song or an idea of what you want to do. Then you go down your path. So it isnt a matter of easiest or hardest. Rather what you want to do and what you would rather do. I prefer c# over java. While java is easy, its also slow and used a lot of resources. But c# is harder to learn and slower to write, it is more powerful and used less resources. So its all up to you, what you pick to learn. RE: Easiest & Hardest Programming Language? - Prestige - 10-22-2012 html by far simpliest, hardest depends on what you prefer I think C++ is the one of the hardest because I dislike the syntax and think it's unreadable but other people think that of C# (my prefered coding language) RE: Easiest & Hardest Programming Language? - MinecraftGeek - 10-22-2012 HTMl easiest and hardest is possibly SQL. RE: Easiest & Hardest Programming Language? - w00t - 10-22-2012 To clear up one thing I'm seeing a lot here, Java is just as slow as C# and VB. They are all interpreted languages. Also, VB < C#, it uses the same interpreted language, but is more limited than C#. RE: Easiest & Hardest Programming Language? - Merkuri - 11-08-2012 Web languages easiest HTML hardest for me AJAX because you have to know JS and JQ Programming languages easiest Python hardest ASM RE: Easiest & Hardest Programming Language? - TechSaavy - 11-12-2012 In my opinion the easiest language is Python due to it that its syntax is clear, and looks pretty mutch as normal English ![]() The hardest one I think of is C++ RE: Easiest & Hardest Programming Language? - kaiteisbait - 11-13-2012 Delphi Is very easy. I am learning C++, and I have no troubles at all and it is very easy even without learning C. I have seen couple of things made in ASM, and it looks pretty hard xD |