Live data from Hacker News

Ask HN: Best Web Language to Learn

news.ycombinator.com

11–13 of 13 posts

Re: Ask HN: Best Web Language to Learn

#11
post #7

It sounds more like you want to learn a web framework than a new language. Picking a framework depends on what your goals are - do you want to develop REST based services, write rich-internet-applications, or do more traditional web-apps? Cappuccino looks interesting for developing RIAs (or whatever the current buzz-word for these things is) but I wouldn't use it if you're just looking to develop the next best blog e…

I would also say that if you're doing something really simple looking at github pages (html with jekyll & liquid) http://pages.github.com/

Re: Ask HN: Best Web Language to Learn

#12

Seeing as how you already know PHP, I would say Javascript is the next big thing, especially if you're into cool looking web apps. It's also something you'd need no matter what your server side is.

Seeing as how you already know Java, I would say Javascript is the next big thing, especially because it's also something that you can use server side.

http://commonjs.org/ http://nodejs.org/

-- MV

Re: Ask HN: Best Web Language to Learn

#13

Seeing as how you already know PHP, I would say Javascript is the next big thing, especially if you're into cool looking web apps. It's also something you'd need no matter what your server side is.

Seeing as how you already know Java, I would say Javascript is the next big thing, especially because it's also something that you can use server side. http://commonjs.org/ http://nodejs.org/ -- MV

There's also jaxer.org
Post reply on HN