Skip to content

Commit a164379

Browse files
committed
Merge pull request #200 from nermin/master
Adding Scala Puzzlers book...
2 parents c294288 + 0b83973 commit a164379

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

documentation/books.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,32 @@ scalable, highly capable concurrent code.”
213213

214214
<br />
215215

216+
[**Scala Puzzlers**](http://www.artima.com/shop/scala_puzzlers)
217+
– **Available June 2014 (PrePrint Available Now)**
218+
by Andrew Phillips and Nermin Šerifović
219+
220+
Published by [Artima Press](http://www.artima.com/index.jsp):
221+
222+
<div class="row">
223+
<div class="span2">
224+
<div align="center">
225+
<a href="http://www.artima.com/shop/scala_puzzlers">
226+
<img src="/resources/img/books/puzzlersCover117x89.gif" alt="">
227+
</a>
228+
</div>
229+
</div>
230+
<div class="span8" style="padding-top: 15px;">
231+
232+
"Getting code to do what we want it to do is perhaps the essence of our purpose as developers.
233+
So there are few things more intriguing or important than code that we think we understand, but that behaves rather contrary to our expectations.
234+
235+
Scala Puzzlers is a collection of such examples in Scala. It is not only an entertaining and instructive way of understanding this highly expressive language better. It will also help you recognize many counter-intuitive traps and pitfalls and prevent them from inflicting further production bug hunt stress on Scala developers."
236+
</div>
237+
</div>
238+
239+
<br />
240+
241+
216242
[**Beginning
217243
Scala**](http://www.apress.com/book/view/9781430219897)
218244
– **Available Now**
3.51 KB
Loading

0 commit comments

Comments
 (0)