Open
Description
Quick Summary: I found that elm repl --interpreter deno
works. It only gives many Uncaught SyntaxError
and undefined
messages before printing results. Can we have elm repl
support deno
as interpreter instead of node
? May be by passing a proper deno
command line to the --interpreter
flag.
- Elm: 0.19.1
- Browser: https://deno.land/
- Operating System: Windows 10
Additional Details
- The
deno
command line interface https://deno.land/manual/getting_started/command_line_interface - These are the things that I typed into the
elm repl --interpreter deno
. They worked properly.
https://gist.github.com/vyuh/d8a360f4cd77a51617e37b9450887010