- http://scala-blogs.org/2008/01/guide-to-scala-community.html - provides some links I'd otherwise list, along with many others
- http://lamp.epfl.ch/~phaller/actors.html - Actors, Scala's cool approach to concurrent programming which comes originally from Erlang
- http://burak.emir.googlepages.com/scalaxbook.docbk.html - Scala.xml, paper on interacting with XML in Scala
- http://www.ibm.com/developerworks/views/java/libraryview.jsp?search_by=scala+neward - Ted Neward's "The busy Java developer's guide to Scala" series at IBM DeveloperWorks (This is a link to a search because I've never figured out how to link to a series)
- http://www.artima.com/forums/forum.jsp?forum=282 - Artima "Programming in Scala" Forum
- http://www.artima.com/scalatest/ - ScalaTest, a unit testing framework for Scala that can also be used to test Java code (could make a nice way to gradually get to know the language)
- http://www.artima.com/forums/flat.jsp?forum=276&thread=216815 - Groovy, JRuby, or Scala: Which JVM Language to Learn Next?
Wednesday, January 30, 2008
Scala Links
Saturday, January 19, 2008
I Have a Logo!
Wednesday, January 16, 2008
Experimenting with Scala
Friday, November 9, 2007
MyEclipse and reenabling Ctrl-Shift-T (Open Type)
I've been using Eclipse for a few years now and although I've always been a bit curious to try out NetBeans and IntelliJ IDEA, I've been pretty satisfied with it. I'm working with a client now who uses MyEclipse, a commercial package of plugins that runs on top of Eclipse, so I figured I'd give it a try. I installed MyEclipse 6 on top of Eclipse 3.3 (Callisto) and was pretty happy with it, until I tried typing Ctrl-Shift-T, Eclipse's handy shortcut for opening the VERY useful Open Type dialog, and it didn't work. Ack! I use that dialog dozens of times a day! I searched around on the Web to see if anyone else was having the same problem and it turned out several people had, but hadn't discovered a solution. Well, I just happened upon the fix. I'll post the steps here, but I'll also try to track down some of those posts of desperate people on forums and let them know about it.
For some hard to fathom reason, installing MyEclipse must deactivate the Open Type command for the Java Perspective. To re-enable it, making it work with Ctrl-Shift-T and appear in the Navigate menu, go to Window-->Customize Perspective..., choose the "Commands" tab and check the "Java Navigation" checkbox. Taa Daa!