This is the general discussion forum for Elm. Almost anything related to Elm is welcomed here. :)
Some of the questions/issues one has might find a better fit on the Slack channel Some of the issues might be more appropriate to be discussed in elm-dev. If you have found a bug and were able to create a [SSCCE](http://sscce.org/) for it, the best approach would be to file it in the github issue tracker of the appropriate project. If you have taken the time to learn Elm to a level where you start to understand its core values, you are free to send your suggestions here or on elm-dev. There have been a lot of discussions about multiple topics that relate to the tradeoffs involved in certain language features so, you might want to search for the suggestions/critiques you might have. There is a deliberate choice by Evan (Elm's creator) to not add features to the language in a haphazard manner and the development of the language might progress slower than some people would like but this is because Simplicity is a paramount value of Elm. regarding (2) if one creates a project that follows the [elm packages guidelines](http://package.elm-lang.org/help/design-guidelines) all they have to do is just publish it and wait a little bit for the caches of the website to refresh. After publishing a package, you are able to use it (install it with elm-package) but it take a little bit of time until it is listed as a valid package. On Mon, Jul 11, 2016 at 8:48 AM, John Bugner <[email protected]> wrote: > (1) What is the purpose of this group/forum/list? Is it only for questions > about how to do something in Elm? Do suggestions/critiques/bugs of > language/library features belong here? If not, how does one send > suggestions/critiques/bugs to the creators of Elm? > > (2) How does one go about getting their packages listed on > package.elm-lang.org ? > > -- > You received this message because you are subscribed to the Google Groups > "Elm Discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- There is NO FATE, we are the creators. blog: http://damoc.ro/ -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
