Hacker News new | ask | show | jobs
by tines 11 days ago
Funny how all these dynamically typed languages are gradually becoming typed, but none of the statically typed languages are gradually becoming untyped.
2 comments

That's the any type and the moving logic into json loaded at runtime features
Not really, the `any` type doesn't let you perform any operation on it with runtime dispatch like dynamic typing does. Moving logic into json isn't a language feature.
You either die a hero or live long enough to become the villain

But yes types are necessary for enterprise adoption. Even more important for agentic adoption.