Hacker News new | ask | show | jobs
by jimmyhmiller 4190 days ago
Ceylon looks interesting. Mind pointing me to some features you think make it more statically safe than haskell?
1 comments

I don't know if these are considered static safety features but:

* Statically safe metaprogramming.

* Well designed access rights (private, public).

I also really like the type system, very well designed.