I’ve been looking for a package that integrates Elm (http://elm-lang.org/) with Meteor, but haven’t found it. Elm is a (simplified) Haskellish language that compiles to JavaScript.
Elm and the Elm architecture is a clean implementation of reactive functional programming for the frontend. It’s the logical consequence of the mess that is the React/Flux/Reflux/Redux/Whatever architecture in JS today. Boy am I sick of it. We are truly lost in the bazar.
Could Elm be our saviour? And is at at all viable to integrate Elm with Meteor? Does anyone know of packages or ongoing projects that attempts this?