I\'ve downloaded Algebird and I want to try out few things in the Scala interpreter using this library. How do I achieve this?
You can use the scala's -cp switch to keep jars on the classpath. There are other switches available too, for example, -deprecation and -unchecked for turning on various warnings. Many more to be found with scala -X... and scala -Y.... You can find out more information about these switches with scala -help