scala/README
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 25 Feb 2013 23:57:25 +0000
changeset 196 a69607b7f186
parent 193 317a2532c567
child 200 8dde2e46c69d
permissions -rw-r--r--
corrected README


The packages can be compiled with

  scalac lib.scala turing.scala abacus.scala recs.scala comp1.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 ex.scala

or

  scala -cp $PWD ex.scala


The directory can be cleaned with

  rm -rf *~ lib turing abacus comp1 recs