Ask HN: What web development language do you prefer?
31–40 of 45 posts
Re: Ask HN: What web development language do you prefer?
#32Also the same reason I stick with C# for Win32, Java for Android, etc.
Re: Ask HN: What web development language do you prefer?
#33Re: Ask HN: What web development language do you prefer?
#34my backend of preference - PHP and MySQL, they just work.
Re: Ask HN: What web development language do you prefer?
#35HTML Templates based of Jade (But running D instead of JS), easy rest interface, what more could I want?
Re: Ask HN: What web development language do you prefer?
#36Ruby, but I'm starting to get into Clojure for web development. There aren't a lot of resources out there so I'm starting to write tutorials.
Mind sharing your tutorials. I've also been interested in Clojure for quite a while but never really got around to getting started.
You can get to it here. http://folkrobots.com/2013/04/27/clojure-compojure-tutorial-...
It's only a hello world web application example, not sure if you'd be interested in that. I plan on going through building a simple blog and then building upon that with tutorials for authentication, form validation, etc.
I'm also still not sure if I'm going to keep it in a text format or do screencasts. I searched HN for opinions and people have said that they like text better because they can go at their own pace, but some people like screencasts.
Let me know what kind of tutorials you're looking for. I'm going after web development because I'm mainly a web developer and I find there is a huge lack of resources for beginners.
Re: Ask HN: What web development language do you prefer?
#37Re: Ask HN: What web development language do you prefer?
#38Clojure, I used to do Python with Django or Flask. HTML/CSS aren't optional so I don't know why you included that in the list. I've tried Node.js, hated it.
Re: Ask HN: What web development language do you prefer?
#39Clojure, I used to do Python with Django or Flask. HTML/CSS aren't optional so I don't know why you included that in the list. I've tried Node.js, hated it.
could you describe your experience switching from python to clojure in web dev?
Some aspects of the JVM (slow-start) are icky but the tooling works around it (in-runtime auto-reload without restarting the JVM).
I'm a grumpy old CL'er so I was waiting for something like Clojure to come along anyway.
Re: Ask HN: What web development language do you prefer?
#40Earlier quoted context omitted.
could you describe your experience switching from python to clojure in web dev?
More powerful language (primitives, concision, macros), more performance (JVM fun-ness). Some aspects of the JVM (slow-start) are icky but the tooling works around it (in-runtime auto-reload without restarting the JVM). I'm a grumpy old CL'er so I was waiting for something like Clojure to come along anyway.