Hacker News new | ask | show | jobs
by d4mi3n 1373 days ago
I'm always impressed at how much the type system in TS is capable of. The provided examples remind me of what I'd expect in something like Rust; it brings me joy that we can do this sort of stuff in our frontend code and tooling these days.

We have come far.

1 comments

I'm currently working on a project that uses both Typescript and Scala. The overlap in concepts is rather useful when switching contexts.