learn-elm icon indicating copy to clipboard operation
learn-elm copied to clipboard

Online REPL for Sharing Working Demos of Elm Code?

Open nelsonic opened this issue 8 years ago • 3 comments

At the time of writing https://repl.it/languages has no support for elm-lang repl-it-has-no-support-for-elm

Asked for clarification/help on Twitter: https://twitter.com/nelsonic/status/796307294346743808

@SimonLab / @andrewMacmurray / @shouston3 / @ivanmauricio are you chaps aware of an alternative that will allow us us to link to a specific snapshot of code and run it in the browser the way repl.it does? (thanks!)

nelsonic avatar Nov 09 '16 11:11 nelsonic

There is an online repl http://elm-lang.org/examples/hello-html but it doesn't seem that there is an option to share your code. I think it's one of the feature that might be updated (but when?). Also I don't use often repl.it to share code (I'm just using repo example or I put the code in an issue) but I understand it can be useful and quick to just share a link which contains your code.

SimonLab avatar Nov 09 '16 11:11 SimonLab

@SimonLab yeah, http://elm-lang.org/examples/hello-html is useful but same observation. https://twitter.com/nelsonic/status/796350217960431617 Hope we can make more progress with this. We should catch up next week and formulate a #plan for this if there isn't an existing solution.

nelsonic avatar Nov 09 '16 14:11 nelsonic

Possibly of use: https://medium.com/@prozacchiwawa/elm-compiler-in-the-browser-for-those-interested-in-experimenting-97a4ebaaae0c#.fnbif3al7

rjmk avatar Nov 10 '16 09:11 rjmk