Elm Articles, Tutorials & News

Elm

Elm Optimize Level 2

Elm is fast. Can we make it faster? Turns out, yes! 🚀 We’ve put together elm-optimize-level-2, which is a CLI tool that adjusts the javascript that Elm generates to make it faster. Once installed, you can just call elm-optimize-level-2 instead of elm-m…

Read more »
Elm

Elm and Keep

Hello, hooray, it’s a Wanderverse update! In case you don’t recall, Wanderverse is the cozy fantasy world that I’m cultivating. Today I have the pleasure of presenting “Elm and Keep,” a CC0-licensed short story commissioned from @strnglft. The titular cha…

Read more »
Elm

Where can we find the roadmap of Elm?

If you like what you see now, that’s pretty much what Elm is going to be for a while. I’m currently doing some exploratory work. It is still too early to tell which parts of that might work out, so there is no real news to share at this point. If this w…

Read more »
Elm

Elm (Programming Language)

Elm is a domain-specific programming language for declaratively creating web browser-based graphical user interfaces. Elm is purely functional, and is developed with emphasis on usability, performance, and robustness. It advertises “no runtime exceptions …

Read more »
Elm

How to use accounts-UI with Elm and Meteor in 10 minutes

With Meteor you can quickly add an account management system using the packages accounts-ui and accounts-password. It is really useful for prototyping your application, before going deeper and creating your own design for the accounts management (login, r…

Read more »
Elm

How I use Meteor, Elm and Tailwindcss together

I have worked with Elm last year and honestly it was an great experience. I really liked it and I would like to use Elm in all my new projects. But I also like Meteor and three weeks ago I started using it again. I discovered Meteor in 2015, I gave a talk…

Read more »