feersum icon indicating copy to clipboard operation
feersum copied to clipboard

Interactive Scripting Improvements Tracking Issue

Open iwillspeak opened this issue 3 years ago • 0 comments

Our current REPL leaves a little to be desired. It would be nice if we had a better embeddable scripting API in the compiler so state could be carried across from one evaluation to the next.

  • [ ] Multi-statement support in the REPL.
  • [ ] Dotnet interactive support.
  • [ ] #!r and #!nuget
  • [ ] -e, --exec immediate script mode
  • [ ] -s, --script script execute mode
  • [ ] Syntax highlighting in the REPL

iwillspeak avatar Oct 12 '21 18:10 iwillspeak