Hacker News new | ask | show | jobs
by wowzer 5257 days ago
What do you mean by "strong" enough? Are you just talking about strongly typed?
1 comments

Yes. Scala lets you bypass the compile time type safety pretty easily, and as a result tons of libraries do precisely that. Take squeryl for example, it advertises itself as a type safe DSL for querying databases, but virtually anything you throw at it will compile, and then results in run-time exceptions.