Hacker News new | past | comments | ask | show | jobs | submit
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.