pzavolinsky / elmx

A tiny precompiler that takes an Elm program with embedded HTML and desugars the HTML into elm-html syntax. Elmx is to Elm what React's JSX is to Javascript
MIT License
351 stars 11 forks source link

haml syntax? #18

Open josefrichter opened 6 years ago

josefrichter commented 6 years ago

this is a great effort, thank you! isn't it worth considering using something like haml or slim syntax? the jsx is perceived by many is kinda "messy", while haml/slim is more like a cleaned up and familiar version of the Elm's native syntax, that also feels a bit messy.