Hacker News new | ask | show | jobs
by tmountain 2953 days ago
Throwing in a vote for Clojure since you already know Java. It's a great bridge language into the world of FP, and it lets you leverage the JVM ecosystem, so you can take advantage of Java libraries/packages when needed. From there, you can bridge into Clojurescript for front-end, and reagent/reframe are great ways to learn how to build single page react-style apps (all the rage these days...).