|
|
|
|
|
by eyelidlessness
1362 days ago
|
|
I came to TypeScript from Clojure/ClojureScript, which in turn I came to from untyped JavaScript. At this point I’d say both Clojure and TypeScript had equally the greatest impact for me. Clojure helped me understand how to reason about managing state over time in a way I carry to everything I’ve worked on since. TypeScript helped me understand how to reason about interfaces between operations and guarantees about state over time, which again will be with me anywhere I go… in projects I maintain now which haven’t yet migrated from JS to TS, and if I ever get motivated to return to lisps for business or pleasure. |
|