A more friendly, browser-based interactive Scala prompt (REPL).
Based on the IPython notebook project, this project will let you interact with Scala in a browser window, which has the following advantages over the standard REPL:
- Easy to view and edit past commands
- Commands can return HTML or images, allowing richer interactivity (charts, for example)
- Notebooks can be saved and loaded, providing a bridge between interactive REPL and classes in a project
- Supports mixing Scala expressions and markdown, letting you create rich, interactive documents similar to Mathematica
Read full article from Bridgewater/scala-notebook
No comments:
Post a Comment