Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么使用 scala repl 而不是 scala 工作表?
工作表像 repl 一样逐行评估表达式,并提供了一个不错的 GUI。
使用 scala repl 而不是 worksheet 有什么好处吗?
Where there's Scala there's REPL. The worksheet is currently only available in Scala IDE and the early access and nightly's of Idea.
REPL is fast and can also be invoked from inside an SBT session by typing console
console