Any suggestions for a good book on Scala for seasoned programmers? I know there is at least one fan of Scala out there.
I need to write a client application to talk to a C++ server. I need to do extensive graphing so http://www.jfree.org/jfreechart/ looked quite useful. Was thinking about doing it in Flex (using some other charting library, obviously) or Java, but then I figured if I were going for Java, I might as well do it in Scala, if I can interface with Java libraries (google seems to indicate that I can).
I will try learning Scala from the Web first and then look for a book later. Meanwhile, I will see if I can get Scala to run inside Netbeans.
EDIT (note to self for netbeans) - /etc/netbeans.conf must include:
-J-Dscala.home=$HOME/src/scala-2.8.0.final/
and install the nb-scala-6.8v1.1.0rc2b from download
As a first project, I want to find out how hard it is to build a simple GUI with a JTable and some other Swing widgets using Scala - I will learn the fun Scala-specific stuff along the way.