![]() |
|
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? - HacksforFawkes - 11-14-2012 Definitely Python would be a good starter and then through experience, you can work your way up to harder ones. RE: Easiest & Hardest Programming Language? - tryhardragee - 11-14-2012 Personally I love vb, I think its really easy since you actually get to visualize what you are making RE: Easiest & Hardest Programming Language? - Anonymous - 11-25-2012 (09-17-2012, 07:27 AM)SeanFace101 Wrote: Which online programming language do you think is the easiest to learn? I believe HTML and Javascript were easy with the online tuts I have been following, but however I can't seem to get my mind around PHP and CSS AT THE MOMENT. RE: Easiest & Hardest Programming Language? - RunicEnchanter - 12-19-2012 C++ is an exceptional pain. I don't really view HTML as a language. At least not in terms of actual programming. RE: Easiest & Hardest Programming Language? - 3SidedSquare - 12-21-2012 Guiz? Guys.... HTML isn't programming, it's a markup language. Python is easiest by far. I believe the current hardest language is called "Malbolge" It was created in response to a challenge to create the hardest programming language http://en.wikipedia.org/wiki/Malbolge. RE: Easiest & Hardest Programming Language? - Phytrix - 12-26-2012 Low level HTML and CSS are very easy. ASM is probably a good starting point - easy to learn thoroughly. Hardest... well, depends. I spent about 2 weeks learning binary, which was completely mind-numbing. I just wanted to learn the jist of what it was about so I stopped after that, but yeah. (12-19-2012, 10:52 AM)RunicEnchanter Wrote: C++ is an exceptional pain. I don't really view HTML as a language. At least not in terms of actual programming. I actually found C++ rather standard. HTML is an actual programming language. No different than any other. Has terms, structures, and stepping stones. RE: Easiest & Hardest Programming Language? - w00t - 12-27-2012 Bullshit. If you knew ASM, programming in binary is literally the same thing represented differently, since ASM is just a nice way of representing binary. RE: Easiest & Hardest Programming Language? - Nohbdy - 12-27-2012 HTML and CSS aren't PROGRAMMING languages, they're Markup and Styling languages. Javascript is the associated thing closest to a programming language. Brainfuck is just aweful, but once you get used to it, it's nice. RE: Easiest & Hardest Programming Language? - Call-Me-V - 12-27-2012 I would probably say C++ is the hardest and HTML the easiest. RE: Easiest & Hardest Programming Language? - w00t - 12-28-2012 Try intercal, you have to be polite and say please just the right amount of times or the program won't compile. |