scala-ide/scala-worksheet

Name: scala-worksheet

Owner: Eclipse Scala IDE

Description: A Scala IDE plugin for a multi-line REPL (called worksheet)

Created: 2012-07-20 16:05:26.0

Updated: 2017-11-22 12:02:09.0

Pushed: 2018-01-03 10:22:12.0

Homepage: null

Size: 486

Language: Scala

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Scala Worksheet plugin for Eclipse

A simple worksheet implementation for Scala IDE. It is a glorified editor, with the option of evaluating the script and placing the results of each expression in a comment on the same line.

There are 5 Eclipse plugins:

The projects can readily be imported inside Eclipse. Additionally, you have maven pom files based on Tycho, enabling command line builds.

Download:
Build

Simply run the ./build.sh script.

The worksheet build is based on plugin-profiles and can be built against several versions of the IDE, Eclipse and Scala compiler.

Launching the build.sh script will exand to the following Maven command:

-Peclipse-indigo,scala-2.10.x,scala-ide-stable clean install

You can choose a different profile for any of the three axis: eclipse platform, Scala version and Scala IDE stream. Read here for more details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.