Elm Articles, Tutorials & News

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 »
Elm

Safe Unsafe Operations in Elm

In Elm, we often have modules around a data type which needs a validation when you initially create it. For instance, the package defines a function, which…

Read more »