forked from scala/scala
-
Notifications
You must be signed in to change notification settings - Fork 1
Examples
André van Delft edited this page Jan 27, 2015
·
11 revisions
Some SubScript example applications have been grouped in small Github repositiories:
- Hello World - to get started
- Lookup Frame - as known from the presentations
- Game of Life - larger GUI example
- Ping Pong - small actor example
- Twitter Search - demonstration of the dataflow
- AB - small demos, especially for ACP students and researchers
The presented list has links to Github repositories. You can clone such example repositories to your own desktop in a local workspace folder, using standard Git commands.
To compile&run most examples, execute ./gradlew run
from its root folder.
'AB' is a group of examples; to see all of its elements, execute ./gradlew list
from its root folder; to run one of its elements execute ./gradlew execute -Pexample=$name
where $name is any of those listed names.
For example, ./gradlew execute -Pexample=Bag_AB_loops
will run Bag_AB_loops
example.