Hacker News new | ask | show | jobs
by Martijn 5486 days ago
> (...) in an untyped language, you can run code that doesn't depend on the missing APIs but happens to be in the same module as code that does depend on them.

So this advantage is about writing code that isn't intended to be compiled or run yet. I can do that in a statically typed language too: I just put the code in a comment block.

Or am I missing something here?

1 comments

Nope, you're not missing anything. That's another valid workaround, which undermines the practical advantage of untyped languages yet a little bit more.