Hacker News new | ask | show | jobs
by FascinatedBox 3511 days ago
As someone who's written a language, the need to have a personal approval from a founder before being published to the site stuck out to me more than the typeclasses. I'd argue in favor of it, so long as the review is done in a timely process. I can understand wanting a smaller number of high-quality, reviewed libraries that are tested and shouldn't break.
1 comments

The restriction only applies to native modules (modules that ship with Javascript): https://groups.google.com/forum/#!msg/elm-dev/1JW6wknkDIo/H9...
I think understanding the why is also important here. Native modules exist essentially for side effects. A bad native module undermines all the safety Elm provides.
If you want to write anything non-trivial in Elm you need to use native modules though because the language doesn't give you access to any of it's "magic"