The Artima Developer Community
Sponsored Link

Programming in Scala Forum
Second Revision?

3 replies on 1 page. Most recent reply: Aug 18, 2010 7:51 PM by Johan Prinsloo

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
Johan Prinsloo

Posts: 2
Nickname: prinslooj
Registered: Aug, 2010

Second Revision? Posted: Aug 17, 2010 12:14 PM
Reply to this message Reply
Advertisement
I am learning Scala and have a couple of questions concerning "Programming in Scala":
* Are there any plans for a second revision of the book - given the release of Scala 2.8?
* Some of the reviews on Amazon alleges that the source code for the book is no longer available - is this true?


Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Re: Second Revision? Posted: Aug 18, 2010 8:55 AM
Reply to this message Reply
We will be doing a revision, but it won't be released for a while and we have no release date yet. The existing book is actually very relevant for 2.8, because Martin pretty much knew what was coming in 2.8 when we wrote it, and we also made sure all the code examples in the book compiled under 2.8. At least, during one of the latter 2.8 release candidates we compiled every code example in the book and found a very small number of examples that didn't compile and sent them to Martin, who wanted to make sure they all worked in 2.8. I.e., he wanted to see if he needed to tweak 2.8 while there was still time to make sure all the code shown in the current book still worked. However, I don't know if he decided to leave a few broken. I'll ask him and post the answer here. But the list we sent him was very small to begin with. The main thing missing from the book is coverage of new things in 2.8, like named and default parameters the copy method on case classes, the new design of collections, etc. But all the collections code we show works in 2.8 and the case classes coverage is correct, etc.

Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Re: Second Revision? Posted: Aug 18, 2010 12:45 PM
Reply to this message Reply
I forgot to answer your second question. There was one reviewer on Amazon who complained that the source code and errata were not available. This is not the case and never was. The source code and errata are where they always have been:

http://booksites.artima.com/programming_in_scala

Johan Prinsloo

Posts: 2
Nickname: prinslooj
Registered: Aug, 2010

Re: Second Revision? Posted: Aug 18, 2010 7:51 PM
Reply to this message Reply
Outstanding - thank you much for the replies Bill - I will not be waiting for the second revision.

Flat View: This topic has 3 replies on 1 page
Topic: page 611 Previous Topic   Next Topic Topic: page 548

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use