-
Is it possible to fire up a Scala-cli REPL with the Toolkit loaded? scala-cli repl --toolkit
Argument --toolkit: argument missing
To list all available options, run
scala-cli repl --help I'm guessing, not? Could not find anything in the documentation either. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Never mind, looks like it IS possible: ╰─ scala-cli repl --toolkit=latest
Downloading 3 dependencies and 2 internal dependencies
Welcome to Scala 3.3.1 (17.0.7, Java OpenJDK 64-Bit Server VM).
Type in expressions for evaluation. Or try :help.
scala> It would be nice if this was documented somewhere. It's not here or here. I will leave this here in case anyone else wonders. |
Beta Was this translation helpful? Give feedback.
-
I'm still not a user, only an onlooker, but it seems I have some version installed.
https://scala-cli.virtuslab.org/docs/guides/configuration#command-line
|
Beta Was this translation helpful? Give feedback.
-
Please reconcile with VirtusLab/scala-cli#2426 deprecate latest. |
Beta Was this translation helpful? Give feedback.
-
I think it's my misunderstanding that Scala-cli became the default code runner, apparently that's not going to happen until 3.4 is released. So the docs make a bit more sense now (they are future-leaning). |
Beta Was this translation helpful? Give feedback.
Never mind, looks like it IS possible:
It would be nice if this was documented somewhere. It's not here or here.
I will leave this here in case anyone else wonders.