Elm - General Discussion, Blog Posts, Wiki

DailyDrip is organizing a remote meetup for elmlang! Help get the word out? https://www.dailydrip.com/blog/organizing-a-remote-meetup-for-elm

3 Likes

Phoenix helpers for Elm

https://github.com/NoRedInk/elm-phoenix/tree/1.0.0

I wrote about setting Elm + Spacemacs here -> http://benjamintan.io/blog/2016/02/10/a-almost-perfect-elm-development-environment-with-spacemacs/

1 Like
1 Like

Nice! Might be worth adding that to the Spacemacs sticky too Ben :slight_smile:

1 Like

I’m interested in elm also. You might be interested in this writing, elm is named also: https://www.infoq.com/articles/no-more-mvc-frameworks

1 Like

Elm User Group Dublin is hosting

1 Like

Sure! Will do that soon!

1 Like

Pure Elm state manager for Phoenix channels

1 Like

I just learned this stack is called PEPE - Postgres Elixir Phoenix Elm

:joy:

6 Likes

@uranther, will it be PEPEN with Nginx? :grin:

1 Like

Phoenix & Elm - authentication with Json Web Tokens

http://simonh1000.github.io/2016/05/phoenix-elm-json-web-tokens/

1 Like

This looks good:

5 Likes

Cycle.js 7.0.0 released - full support for TypeScript and multiple stream libraries

Elm switched to subscriptions and is going away from FRP. Here are some opinions:

EDIT: Added Elm chat/discussion.

1 Like

Is Elm really going away from FRP? I know they removed signals, but the Elm architecture FRP-ness remains intact.

2 Likes

@kofno
From an official blog post: A Farewell to FRP: Making signals unnecessary with The Elm Architecture:

So is Elm about FRP anymore? No. Those days are over now. Elm is just a functional language that takes concurrency very seriously. And from a user’s perspective, Elm is just a friendly functional language!

If you want more opinions, check out this Hacker News post.

I personally think it’s a good thing. I just wanted to make people aware of it and one of the alternatives.

3 Likes

So something like RxJS ?
If so then ELM = purescript + purescript-rx :slight_smile:

1 Like

http://gdotdesign.github.io/elm-ui/

Elm-UI is a Graphical User Interface library and framework written in Elm. It offers an all-in-one solution to create applications with the Web Platform that is robust, simple to learn and (runtime) error free.

3 Likes

How to use Elm at work

1 Like

Richard Feldman - Introduction to Elm

2 Likes