DEV Community

Maciej Modzelewski
Maciej Modzelewski

Posted on • Edited on • Originally published at climbingdev.com

3

Have you met Elm?

Elm is a statically typed, purely functional language. It is intended for use on the frontend instead of or in conjunction with JavaScript. Elm caught my attention as I've wanted to get more familiar with functional programming. It seems as a quite easy to start with, and it has a nice tutorial which guides you through writing apps with Elm step by step.

If you would like to see Elm in action and play with it a bit, there's an online editor with a couple of simple examples prepared.

Here are also 3 repositories with bigger Elm projects worth checking out:

In the next posts we'll take a closer look at Elm, its features and benefits it brings.

Happy coding! 😀

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay