elm / compiler

Compiler for Elm, a functional language for reliable webapps.
https://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
7.48k stars 659 forks source link

Elm repl online #2236

Open Archsx opened 2 years ago

Archsx commented 2 years ago

Quick Summary:

I wanna test some elm code and I type elm repl in bash terminal ,and when I copy my code and paste it , I got some strange error , like redundant character I don't know where it come from . So I wanna know is there any repl online so I can paste my entire code instead of paste line by line.

SSCCE

github-actions[bot] commented 2 years ago

Thanks for reporting this! To set expectations:

Finally, please be patient with the core team. They are trying their best with limited resources.

lue-bird commented 2 years ago

There's

Archsx commented 2 years ago

There's

Hi, I've known the website above, but I prefer the repl style , Not (import Html, main = text foo) way.