Coming from a TypeScript background, I think this will take a while to get used to: In OCaml, the compiler type error "bubbles" up to the top of the call stack. TypeScript does the opposite. My feeling is the latter helps me find problems faster Any thoughts or feelings on this? #OCaml #TypeScript
18 likes 4 replies
?