在 scala repl 中替代 Control-D 粘贴模式?

Alternative to Control-D for paste mode in scala repl?

我想简单地粘贴如下代码

:paste
<your code here>
--   // or something .. not sure what this were..

破折号来自 ipython.. Control-D 是这里唯一的选择吗?

您可能会围绕替代粘贴终止符产生问题。

这里的文档语法怎么样?

scala> :paste <--
[paste here]
--

有一个替代 REPL - Ammonite,它允许使用

粘贴 bloxk
{{ 
<paste> 
}}