My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
QuickStart  
Updated Apr 14, 2011 by dram...@gmail.com

Scalala has moved!

Project hosting and documentation is now on github:

https://github.com/scalala/Scalala/wiki/Scalala

Comment by john.w.p...@gmail.com, Jan 18, 2011

Hi,

I'm using scalala_2.8.1.RC3-1.0.0.RC1-SNAPSHOT.jar for my scalala installation.

I got this error on the very first example:

scala> val x = DenseVector(5)(0)
<console>:13: error: type mismatch;
 found   : Int(0)
 required: scalala.scalar.Scalar[Int]
       val x = DenseVector(5)(0)
                              ^

Not sure how to rectify this!

Comment by matti.l...@gmail.com, Jan 21, 2011

The API has changed since the quickstart guide was written. See this post http://groups.google.com/group/scalala/browse_thread/thread/2414774016aea6b5


Sign in to add a comment
Powered by Google Project Hosting