You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
-e
,--exec
immediate script mode-s
,--script
script execute modeThe text was updated successfully, but these errors were encountered: