What's the Easiest Programming Language I Can Learn
21–30 of 30 posts
Re: What's the Easiest Programming Language I Can Learn
#22If you are already familiar with Jquery, just make a wireframe of page writes in Javascript that show your concept.
You might even learn something while you're at it.
Once you have the concept mapped, demonstrated, and maybe shown to a potential customer, you can consider learning a more complex javascript framework that might use real data,.
Re: What's the Easiest Programming Language I Can Learn
#23Python was designed as an easy to learn language and it has a nice syntax. Its main drawback is in its 'dynamic typing' nature which means that you can make a mistake which can stay hidden for a long time (compared to a compilation error), which is quite annoying. Sorry but I don't know a language which has the same qualities as Python (easy to read, lots of library) but is statically typed..
Re: What's the Easiest Programming Language I Can Learn
#24Frankly, why not PHP? I'm happy to smirk along with the PHP hate that shows up on HN and elsewhere, but you hit save in your editor, reload in your browser, and you see the results of what you have done.
Re: What's the Easiest Programming Language I Can Learn
#25Re: What's the Easiest Programming Language I Can Learn
#26Frankly, why not PHP? I'm happy to smirk along with the PHP hate that shows up on HN and elsewhere, but you hit save in your editor, reload in your browser, and you see the results of what you have done.
Haven't worked much with PHP, but there doesn't seem to be that much in terms of a 'style guide' so it just seems easier to write uglier/wrong code - please correct me if I'm wrong. I usually think it's best newbies start with languages that, in a way, enforce right and wrong ways of doing things (i.e. Rails convention over configuration approach), it just takes a lot of the initial guess work and uncertainty out.
It's a strange myth that correct code is pretty and wrong code is ugly.
Re: What's the Easiest Programming Language I Can Learn
#27Might I also suggest that you spend a few days with a few different languages; if one feels right, then go with that one. You can't get a good feel for the language without using it a bit. Best of luck!
Re: What's the Easiest Programming Language I Can Learn
#28For discussing whether Python and Ruby are too big compared to Javascript or Haskell, I'd like to give you the following UX anaology. You're a cashier at a bank and want to give the best experience for your customer, who just withdrew $248.67 from her account. The Python way would be to give this person two hundred dollar bills, two twenty dollar bills, a five dollar bill, a two dollar bill, a one dollar bill, a fift…
Re: What's the Easiest Programming Language I Can Learn
#29The easiest language to learn is whichever has the best tools available to you to learn with. If you're someone who can just read a book and go from there, try a few books and go with whatever one you like most. If you prefer learning by being taught, find courses need you and learn the language that they teach. If you want to learn online, go to Coursera or Treehouse and pick an option. And so on. Don't choose an "e…
php on the other hand was easy to learn in notepad and run on my domain sitting on linux.