Hi folks, With share-elm <http://share-elm.com/> only on version 0.15, elm-lang/try <http://elm-lang.org/try> not being able to share files and elmfiddle <http://www.elmfiddle.io/> also not on 0.17, there seems to be now way to easily share some runnable elm snippet online. Also, none of the existing solutions allow installing packages.
Today I found a cool way to easily share your elm project with the world. (Well actually you can share pretty much anything this way) I stumbled upon this website <http://code.runnable.com/> that lets you have your own VM with root rights in the web. I played around with it a bit and managed to install elm. The best thing is that you can even serve a website, so you can actually use elm reactor in it. Try it out, here's a sample project I created: http://code.runnable.com/V1m_3kR2KdEtkAwo/hello-world-with-elm-for-node-js Just press the green run button. You should be greeted from elm reactor. If it doesn't work, just try again a few times. It's of course not perfect, it was pretty laggy to use and obviously not made for elm. Still, I think given the current situation of share/fiddle/try it's nice to have. Also you could probably set up your favourite backend together with it, great for some full stack tutorial. (Also having a VM with root rights is kinda interesting to play around with, I always wanted to see what rm -rf / --no-preserve-root does) What do you think? -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
