Hacker News new | ask | show | jobs
by useranme 2902 days ago
Is there anything OCaml can do that no other language can do?
1 comments

The most unique feature is the type system which allows you to both model domain problems effectively and guarantee consistency. This reduces a huge number of bugs in compile-time.