You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
5.2 KiB
122 lines
5.2 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body class=" "> |
|
|
|
<div class="sidebar"> |
|
<div class="container sidebar-sticky"> |
|
<div class="sidebar-about"> |
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
</div> |
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="content container"> |
|
|
|
<div class="post"> |
|
<h1 class="post-title">Clojure for the Brave and True - Daniel Higginbotham</h1> |
|
<span class="post-date"> |
|
2017-04-09 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/daniel-higginbotham/">#daniel higginbotham</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/clojure/">#clojure</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/stars-3/">#stars:3</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/published-2015/">#published:2015</a> |
|
|
|
</span> |
|
<p><a href="https://www.goodreads.com/book/show/20873338-clojure-for-the-brave-and-true">GoodReads Summary</a>: |
|
As a Lisp-style functional programming language, Clojure lets you write robust |
|
and elegant code, and because it runs on the Java Virtual Machine, you can |
|
take advantage of the vast Java ecosystem. Clojure for the Brave and True |
|
offers a "dessert-first" approach: you'll start playing with real programs |
|
immediately, as you steadily acclimate to the abstract but powerful features |
|
of Lisp and functional programming. Inside you'll find an offbeat, practical |
|
guide to Clojure, filled with quirky sample programs that catch cheese thieves |
|
and track glittery vampires.</p> |
|
<span id="continue-reading"></span><div> |
|
★★★☆☆ |
|
</div> |
|
<p>There must be something wrong with Lisp (and Lisp-like) people that when they |
|
write about their language, they show the code first, then explain what they |
|
wrote -- which is kinda weird, because you read code that you barely |
|
understand what it is doing at first, then they explain and you have to go |
|
back and read it again to finally "click" it. And, sometimes, they forget what |
|
code they just wrote and you're left with commands that you have no idea what |
|
they do.</p> |
|
<p>There is also a weird sense of humor, which I believe it could be fun if you |
|
watch whatever TV series the author uses as reference. For someone that |
|
doesn't follow and doesn't know what he's talking about, it's just... weird -- |
|
and not fun at all. Fortunately, the "humor" tones down to the end, which |
|
makes more "pleasant" to read.</p> |
|
<p>While it covers a lot of ground in the book, some pieces really fall short in |
|
their examples. Threading and process fall short due the use of |
|
<tt>sleep</tt>, which is not something you'd normally write; the last |
|
appendix, about a tool called "Boot" tries to explain some concepts about |
|
tasks and middlewares with things that are not tasks and do not reflect the |
|
real world. Lacking this connection to real use of a tool just make things |
|
harder to udnerstand -- and even harder to see <em>where</em> you'd use it.</p> |
|
<p>It's not the worst book about a Lisp-like language I've read -- and heck, it |
|
does a good job <em>selling</em> the language, to the point I'm already thinking |
|
about writing something in it -- but damn if these problems don't appear in |
|
every single one of those.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|