-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add support for the :require
command in the REPL
#21658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
:require
command in the REPL
I suspect hardly anyone knows that On the other hand, this could be a nice stepping stone to eventually supporting on-the-fly |
Designwise, I think If this is going in, I'd suggest picking a better name (or even going straight to |
+1, although I wouldn't go straight to for now, |
|
The
:require
command was (and is) supported by the Scala 2 REPL, while it is visibly absent in Scala 3.This is not exactly as good as direct support for
//> using dep
from inside of the REPL, and would be the equivalent of the//> using jar
directive of the runner (that indeed, could be called from inside of the REPL).The text was updated successfully, but these errors were encountered: