This presentation was recorded at GOTO Aarhus 2023. https://gotoaarhus.com... (more…)
Read more »
Links from the community and an exercise to build a native app with navigation in Elm. (more…)
Read more »
in elm 0.19: isMinusOne : Int -> Bool isMinusOne val = case val of -1 -> True _ -> False Results in: parse error Line 4, Column 8 Something went wrong while parsing a `case` expression in isMinusOn... (more…)
Read more »
In this talk I will make the point why Elm changes the way you develop web applications thoroughly and for the better. Elm is a
Read more »
Building a Graphical IDE in Elm for a Distributed PLC Language Compiling to BEAM Slides and more info: http://www.erlang-factory.com/euc2016/claudia-doppiosl...
Read more »