Ask HN: Language Focus
https://news.ycombinator.com/item?id=6141529I'm a young developer looking for a language to focus on. I already "know" a handful of languages, but I'd really like to master one. My current options are:
--- Go
- Designed by legendary hackers: could learn a lot from their choices; great tools and environment;
- Very high performance: less $ spent on servers
- Static/compiled language: not ideal for things that change too often (eg, startups)
--- Lisp
- According to PG et al, Lisp is the best thing since sliced bread
- Somewhat steep learning curve
- Not a lot of ppl know Lisp: hard to collaborate, bad hiring pool, etc
--- Ruby
- Great community, lots of libraries & resources, etc
- Bad choice when raw CPU performance is important
--- Python
- Swiss-knife: can tackle a wide variety of problems (web, big data, games, etc)
--- JavaScript
- Server & Frontend
- A great deal of effort is being put on it
- Lots of design flaws
From a startup founder point-of-view, which of the following languages would I benefit the most from mastering?