<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	
<book>
  <id>6532165</id>
  <title><![CDATA[Programming Scala]]></title>
  <isbn><![CDATA[0596155956]]></isbn>
  <isbn13><![CDATA[9780596155957]]></isbn13>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <description><![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]></description>
  <work>
  <best_book_id type="integer">6532165</best_book_id>
  <books_count type="integer">1</books_count>
  <desc_user_id type="integer" nil="true"></desc_user_id>
  <id type="integer">6724274</id>
  <media_type>book</media_type>
  <original_language_id type="integer" nil="true"></original_language_id>
  <original_publication_day type="integer">15</original_publication_day>
  <original_publication_month type="integer">10</original_publication_month>
  <original_publication_year type="integer">2009</original_publication_year>
  <original_title>Programming Scala</original_title>
  <rating_dist>total:4|5:3|4:1|3:0|2:0|1:0|</rating_dist>
  <ratings_count type="integer">4</ratings_count>
  <ratings_sum type="integer">19</ratings_sum>
  <reviews_count type="integer">15</reviews_count>
  <text_reviews_count type="integer">1</text_reviews_count>
</work>

  <average_rating><![CDATA[4.75]]></average_rating>
  <ratings_count><![CDATA[4]]></ratings_count>
  <text_reviews_count><![CDATA[1]]></text_reviews_count>
  
  <url><![CDATA[http://www.goodreads.com/book/show/6532165-programming-scala]]></url>
  <link><![CDATA[http://www.goodreads.com/book/show/6532165-programming-scala]]></link>
  <authors>
    <author>
    <id>2955419</id>
        <name><![CDATA[Dean Wampler]]></name>
    <image_url><![CDATA[http://photo.goodreads.com/authors/1249947315p5/2955419.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/authors/1249947315p2/2955419.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/2955419.Dean_Wampler]]></link>
    <average_rating>4.75</average_rating>
    <ratings_count>4</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
    <author>
    <id>2955420</id>
        <name><![CDATA[Alex Payne]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/2955420.Alex_Payne]]></link>
    <average_rating>4.75</average_rating>
    <ratings_count>4</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
  </authors>
    <reviews start="1" end="15" total="15">
      <review>
  <id>65293702</id>
    <user>
    <id>917269</id>
    <name><![CDATA[Thomas]]></name>
    <location><![CDATA[Lake Oswego, OR]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/917269-thomas]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1203315187p3/917269.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1203315187p2/917269.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="making-things" />
        <shelf name="understanding-things" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Sat Sep 19 22:06:20 -0700 2009</read_at>
  <date_added>Tue Jul 28 12:36:37 -0700 2009</date_added>
  <date_updated>Sat Sep 19 22:06:20 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[Just to be clear I read the prerelease &quot;rough cut&quot; of this book from O'Reilly. I haven't read it in detail, but as near as I can tell, it handily beats the other Scala books out. ]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/65293702]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/65293702]]></link>
</review>
      <review>
  <id>80770065</id>
    <user>
    <id>2937128</id>
    <name><![CDATA[Denis]]></name>
    <location><![CDATA[Smolec, 69, Poland]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2937128-denis-zawada]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1258047949p3/2937128.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1258047949p2/2937128.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Tue Dec 15 12:50:03 -0800 2009</read_at>
  <date_added>Sat Dec 12 11:44:53 -0800 2009</date_added>
  <date_updated>Tue Dec 15 12:50:17 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/80770065]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/80770065]]></link>
</review>
      <review>
  <id>79631330</id>
    <user>
    <id>2269273</id>
    <name><![CDATA[Su]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2269273-su]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Mon Dec 21 18:33:51 -0800 2009</read_at>
  <date_added>Wed Dec 02 07:10:30 -0800 2009</date_added>
  <date_updated>Mon Dec 21 18:33:51 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/79631330]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/79631330]]></link>
</review>
      <review>
  <id>78177614</id>
    <user>
    <id>1681260</id>
    <name><![CDATA[Steve]]></name>
    <location><![CDATA[Princeton, NJ]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1681260-steve]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="currently-reading" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Nov 18 05:41:52 -0800 2009</date_added>
  <date_updated>Wed Nov 18 05:41:56 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/78177614]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/78177614]]></link>
</review>
      <review>
  <id>77174085</id>
    <user>
    <id>2627790</id>
    <name><![CDATA[Jph98]]></name>
    <location><![CDATA[Vancouver, BC, Canada]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2627790-jph98-holloway]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1259823146p3/2627790.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1259823146p2/2627790.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="currently-reading" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Nov 08 21:55:00 -0800 2009</date_added>
  <date_updated>Sun Nov 08 21:55:04 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/77174085]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/77174085]]></link>
</review>
      <review>
  <id>76905356</id>
    <user>
    <id>1899010</id>
    <name><![CDATA[Kevin]]></name>
    <location><![CDATA[Naperville, IL]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1899010-kevin]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Nov 06 07:05:33 -0800 2009</date_added>
  <date_updated>Fri Nov 06 07:05:33 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/76905356]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/76905356]]></link>
</review>
      <review>
  <id>76844334</id>
    <user>
    <id>318480</id>
    <name><![CDATA[Scott]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/318480-scott-pfister]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Thu Nov 05 14:11:40 -0800 2009</date_added>
  <date_updated>Thu Nov 05 14:11:40 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/76844334]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/76844334]]></link>
</review>
      <review>
  <id>76781453</id>
    <user>
    <id>955394</id>
    <name><![CDATA[wintermute314]]></name>
    <location><![CDATA[Belgium]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/955394-wintermute314]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="currently-reading" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Nov 04 23:04:15 -0800 2009</date_added>
  <date_updated>Wed Nov 04 23:04:24 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/76781453]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/76781453]]></link>
</review>
      <review>
  <id>74248237</id>
    <user>
    <id>51905</id>
    <name><![CDATA[Nikhil]]></name>
    <location><![CDATA[400081, India]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/51905-nikhil]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="wish-list" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Oct 12 02:00:48 -0700 2009</date_added>
  <date_updated>Mon Oct 12 02:02:34 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/74248237]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/74248237]]></link>
</review>
      <review>
  <id>72728193</id>
    <user>
    <id>2779986</id>
    <name><![CDATA[Tim]]></name>
    <location><![CDATA[Ankeny, IA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2779986-tim-andersen]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1254093100p3/2779986.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1254093100p2/2779986.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="programming" />
        <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Sep 27 21:14:38 -0700 2009</date_added>
  <date_updated>Sun Sep 27 21:14:38 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/72728193]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/72728193]]></link>
</review>
      <review>
  <id>72399147</id>
    <user>
    <id>2503085</id>
    <name><![CDATA[Aleksander]]></name>
    <location><![CDATA[Ptuj, 04, Slovenia]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2503085-aleksander]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1247113336p3/2503085.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1247113336p2/2503085.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Thu Sep 24 18:24:36 -0700 2009</date_added>
  <date_updated>Tue Nov 10 04:56:12 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/72399147]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/72399147]]></link>
</review>
      <review>
  <id>71143465</id>
    <user>
    <id>2207763</id>
    <name><![CDATA[Piero]]></name>
    <location><![CDATA[Milan, 09, Italy]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2207763-piero-campanelli]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1239650557p3/2207763.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1239650557p2/2207763.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="lang-scala" />
        <shelf name="waiting" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Sep 14 00:38:04 -0700 2009</date_added>
  <date_updated>Mon Sep 14 00:38:04 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/71143465]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/71143465]]></link>
</review>
      <review>
  <id>66611821</id>
    <user>
    <id>552368</id>
    <name><![CDATA[notv]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/552368-notv]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Aug 07 21:51:04 -0700 2009</date_added>
  <date_updated>Thu Oct 15 15:49:57 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/66611821]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/66611821]]></link>
</review>
      <review>
  <id>62521387</id>
    <user>
    <id>1799056</id>
    <name><![CDATA[Chris]]></name>
    <location><![CDATA[Green Bay, WI]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1799056-chris]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Jul 07 14:22:47 -0700 2009</date_added>
  <date_updated>Tue Jul 07 14:22:47 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/62521387]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/62521387]]></link>
</review>
      <review>
  <id>58802064</id>
    <user>
    <id>1743737</id>
    <name><![CDATA[Scott]]></name>
    <location><![CDATA[Chicago, IL]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1743737-scott]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1228097169p3/1743737.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1228097169p2/1743737.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">6532165</id>
  <isbn>0596155956</isbn>
  <isbn13>9780596155957</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[Programming Scala]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1255879929m/6532165.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1255879929s/6532165.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6532165-programming-scala</link>
  <average_rating>4.75</average_rating>
  <ratings_count>4</ratings_count>
  <description>
    <![CDATA[<em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system. Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution. You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine (JVM), and how you can leverage the wealth of Java class libraries. <br/>  <br/>  This book will help you:<p>  &lt;ul&gt;  &lt;li&gt;Learn how Scala's succinct and flexible code helps you program faster   &lt;li&gt;Discover the notable improvements Scala offers over Java's object model  &lt;li&gt;Get a concise overview of functional programming, and learn how Scala offers a better approach to concurrency  &lt;li&gt;Know how to use traits for mixin composition, pattern matching, concurrency with Actors, and other essential features of Scala  &lt;li&gt;Handle XML easier using Scala's comprehensive library  &lt;li&gt;Learn the features of Scala that promote scalable, component-based applications   &lt;li&gt;Learn how to develop domain-specific languages in Scala  &lt;li&gt;Understand the basics for designing test-driven Scala applications  <p>  You'll find a useful appendix on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs. Find out how Scala meets practical needs for both enterprise and Internet projects, and start building your own applications right away with <em>Programming Scala</em>.</p></p>]]>
  </description>
  <published>2009</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Jun 07 19:24:15 -0700 2009</date_added>
  <date_updated>Sun Jun 07 19:24:15 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/58802064]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/58802064]]></link>
</review>
    </reviews>
  <popular_shelves>
          <shelf name="currently-reading" />
          <shelf name="to-read" />
          <shelf name="wish-list" />
          <shelf name="programmer" />
          <shelf name="lang-scala" />
          <shelf name="waiting" />
          <shelf name="understanding-things" />
          <shelf name="making-things" />
      </popular_shelves>
  <book_links>
    <book_link>
  <id>8</id>
  <name><![CDATA[WorldCat]]></name>
  <link>http://www.goodreads.com/book_link/follow/8?book_id=6532165</link>
</book_link>
  </book_links>
</book>
</GoodreadsResponse>