DEV Community

Discussion on: Elm 0.19 Broke Us 💔

Collapse
 
kspeakman profile image
Kasey Speakman

So what kind of toolchain or project templates are you using for Bucklescript? I really liked Create Elm App as a starter.

Collapse
 
eriklott profile image
Erik Lott

I find when I'm coding in Bucklescript my toolchain is pretty slim. Bucklescript, npm, rollup.js and postcss... and a testing server :P

Thread Thread
 
kspeakman profile image
Kasey Speakman

Ah, I completely missed that you ported Elm to Bucklescript. That's pretty cool. Do you have it anywhere to look at, or is in internal? If you can't share it, do you have any place describing it? I previously checked out the Fable-Elmish source code, and MVU does appear to be a fairly straightforward pattern to implement. Integrations seem like the hard part.

Thread Thread
 
overminddl1 profile image
OvermindDL1

There is also the bucklescript-tea library for an elm style library on bucklescript.