changeset 193 | 317a2532c567 |
child 196 | a69607b7f186 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scala/README Thu Feb 21 16:07:40 2013 +0000 @@ -0,0 +1,21 @@ + +The packages can be compiled with + + scalac *.scala + +If you get an error, it is advisable to clean +out the existing class-files + + rm */*.class + + +After compilation, the examples can be run in +the REPL as well as in scala. For example + + scala -cp $PWD ex.scala + + +The directory can be cleaned with + + rm -rf *~ lib turing abacus comp1 +