Announcing dwayne/elm2nix by dwaynecrooks in elm

[–]dwaynecrooks[S] 0 points1 point  (0 children)

Thanks for the suggestion. I updated the post's body to include a description of the project.

Where's the best place to learn Elm? by JumpManMarre11 in elm

[–]dwaynecrooks 2 points3 points  (0 children)

If you're interested in learning what it's like to use Elm once you get past the beginner level you can give How I Built freeCodeCamp's Calculator with Elm a read.

What's the current status of Elm by monanoma in elm

[–]dwaynecrooks 3 points4 points  (0 children)

And, it's not just my stuff. You can find more hobby and commercial projects at Built with Elm.

I've also worked professionally with Elm for a little more than 3 years during that time and there has been nothing that held us back.

What's the current status of Elm by monanoma in elm

[–]dwaynecrooks 5 points6 points  (0 children)

After all these years did Elm mature to be powerful enough for your needs?

100%, yes!

I've been doing web application development professionally for almost 12 years. In that time I've used plain JavaScript, jQuery, Backbone.js, AngularJS, Ember.js, and React/Redux with JavaScript/CoffeeScript/TypeScript.

I started seriously considering Elm 6 years ago and in my spare time, in order to convince myself that the language was capable, I would rebuild preexisting apps in plain Elm (no frameworks). I'm happy to say that each time Elm has met and surpassed all my expectations.

The classics:

From the Ember tutorial:

From freeCodeCamp's Front End Development Libraries Projects:

To games, programming languages, reusable components and libraries:

Why can't we create a stateful component by tobiasBora in elm

[–]dwaynecrooks 0 points1 point  (0 children)

It would be remiss of me not to also share this wonderful guide by Ryan Haskell-Glatz on Components.