Menu

Type safe JQuery with ST-JS

August 10, 2011

At Wealthfront some engineers believe that “A well-typed program never goes wrong” and that’s why we like statically typed languages (we mainly use Java for our back-end). We also appreciate the expressiveness of dynamically typed languages and the power of functional programming (we use JRuby and Javascript in the front-end). Scala and Clojure seem to be good candidates… Read more