elm-lang / elm-repl

A REPL for Elm
BSD 3-Clause "New" or "Revised" License
170 stars 34 forks source link

Execute tasks in REPL #77

Open seanhess opened 9 years ago

seanhess commented 9 years ago

As suggested here: https://github.com/elm-lang/elm-repl/issues/72, I'm posting a feature request to execute tasks in the REPL and see the result.

It would also be nice to be able to bind a local variable to the result.

Thanks!