Building a Graphical IDE in Elm (...) by Claudia Doppioslash

preview_player
Показать описание
Building a Graphical IDE in Elm for a Distributed PLC Language Compiling to BEAM

Building on elmrang a lightweight system to co-develop server-side Erlang and client-side Elm which we develop as Open-Source, we will demonstrate how a complex application like a IDE for one of the graphical PLC (Programmable Logic Controllers) can be built with it. The PLC programming language is compiled to BEAM files and runs in the Erlang VM in a distributed way. We will show how the Elm side is talking via Websockets with a Cowboy handler on the Erlang side (elmrang_connect). On the Elm side we will elaborate on how more complex client side applications can be built and modularised, we will talk about how from Elm 0.16 to the current one the way to do this changed. On the Erlang side we will talk about the distributed collection of variable value updates and PLC events in mesh networked Erlang distribution.

Talk objectives:

Get an overview of Elm, demonstrate the capabilities of elmrang.

Target audience:

Erlang developers interested in Elm, Elm developers interested in Erlang.
Рекомендации по теме
Комментарии
Автор

Thanks for this! I didn't know about Elm, and now I'm very intrigued.

thrillscience
Автор

Will your gui run as fast on purescript? Does it feature shadowdom as well? Or do you leave the svg/css solution as well for Webgl maybe?

LourensRolograaf
Автор

29:04 Interesting, a room full of functional programmers, and no-one wants Typeclasses...

hrteby