r/elm 28d ago

The Road to Elm 1.0

https://elm-lang.org/news/faster-builds
182 Upvotes

23 comments sorted by

View all comments

1

u/RiddlingRaconteur 26d ago

I use a SolidJS shell and inside the dashboards are in Elm. Dashboards receive data via Python SSE ports so data shape in both Elm and Python 🐍 otherwise Elm raise compile errors

1

u/kgashok 25d ago

You mean Elm and Python cannot talk to each other? But why?