Closed
Description
Is your feature request related to a problem? Please describe.
Support for running initial commands for REPL
Describe the solution you'd like
Adding a flag to specify initial commands. It can be supported in two ways:
- accept string like this: "import Hello.*"
- accept *.sc files which should be executed before opening REPL