I'm trying to compile the AtomicScala example:
scalac AtomicTest.scala
I get the error:
AtomicTest.scala:9: error: not found: object language
import language.implicitConversions._
^
I'm a complete novice so any help is much appreciated. PS Scala compiler version 2.9.2