Alex, Steve, and Robey from Twitter hosted the meeting, and explained how they are using Scala at Twitter. They are using it both in middleware and in front-end code and seem to be committed to expanding its use in Twitter-- good things for Scala and Twitter both. Their main presentation focused on establishing a set of coding conventions for the Scala community, which I think could be a really good help for new programmers to have some structure. Robey showed us some of his open source code up on github, including configgy, which I plan to take a serious look at soon.
Some other interesting discussions at the meeting included preferred development environments and strategies to deal with the paradox of being paralyzed by having multiple ways to accomplish the same thing in Scala, usually at least a functional and an object-oriented way of doing things. The concensus seemed to be that each group will ultimately end up with their own style or Scala programming, somewhere between the extremes of writing Java in Scala or Haskell in Scala.
We also learned that there are no less than three Scala books in the works:
- Programming in Scala by Odersky, Spoon, and Bill Venners (who was also present and shared some good stories about his experiences in the language as well as the origin of the "/:" operator)
- Programming Scala: Tackle Multi-Core Complexity on the Java Virtual Machine by Venkat Subramaniam
- Programming Scala by Alex Payne and Dean Wampler, published by O'Reilly
All in all, a great meeting where I meet some very interesting people. It's great to see the community of Bay Area Scalists so... well, Enthusiastic :)
Update:
Added exact authors of the new O'Reilly Scala book.
4 comments:
New Scala books? That's just great!
Apart from the above books, I think I have heard of a major publishing firm preparing one more Scala book for the following year...
It's great to know that there will be 2 more books about Scala, and it looks like they will be good.
One correction though: the link to the Stairway book by Odersky, Spoon and Venners is wrong, it's pointing to the second book by Venkat Subramanian.
Thanks, I updated the link.
Thanx for the notes. Looking forward to more detailed ones, if forthcoming :)
-john
Post a Comment