ReasonML vs TypeScript
问题 What are the tradeoffs between ReasonML (https://reasonml.github.io/) and TypeScript (https://www.typescriptlang.org/)? 回答1: There are lot of languages nowadays that target JavaScript. Choosing one of them depends on your needs and the idioms you're comfortable with. JavaScript has a dynamic type system. Some developers prefer a static one. TypeScript or Haxe solves this with a new language that is statically typed and only transpiles to JavaScript. Flow is a JavaScript preprocessor that