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.
135 lines
5.7 KiB
135 lines
5.7 KiB
11 months ago
|
<!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">Seven Languages in Seven Weeks</h1>
|
||
|
<span class="post-date">
|
||
|
2019-07-16
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/bruce-a-tate/">#bruce a tate</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/clojure/">#clojure</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/haskell/">#haskell</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/io/">#io</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/prolog/">#prolog</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/scala/">#scala</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/erlang/">#erlang</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/ruby/">#ruby</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-1/">#stars:1</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2010/">#published:2010</a>
|
||
|
|
||
|
</span>
|
||
|
<p><a href="https://www.goodreads.com/book/show/7912517-seven-languages-in-seven-weeks">GoodReads summary</a>:
|
||
|
You should learn a programming language every year, as recommended by The
|
||
|
Pragmatic Programmer. But if one per year is good, how about Seven Languages
|
||
|
in Seven Weeks? In this book you'll get a hands-on tour of Clojure, Haskell,
|
||
|
Io, Prolog, Scala, Erlang, and Ruby. Whether or not your favorite language is
|
||
|
on that list, you'll broaden your perspective of programming by examining
|
||
|
these languages side-by-side. You'll learn something new from each, and best
|
||
|
of all, you'll learn how to learn a language quickly.</p>
|
||
|
<span id="continue-reading"></span><div>
|
||
|
★☆☆☆☆
|
||
|
</div>
|
||
|
<p>A couple of random thoughts about this book:</p>
|
||
|
<p>First off, you have the idea that, for each language the author would spend
|
||
|
one week (I'll not get into the fact that each "week" has 3 days only). This
|
||
|
is a great idea: How much of the concepts of a programming language can you
|
||
|
capture in just one week. Are the interfaces good? Are they simple and easy to
|
||
|
understand? The fact is, the author did not spend one week on each language.
|
||
|
In the Clojure chapter, he mentions that he got the idea after a month. So
|
||
|
instead of trying to capture the good and bad points in one week -- which,
|
||
|
again, it's a good thing, so one can understand how "ergonomic" a language is
|
||
|
-- the author decided the reader should only take one week per language.</p>
|
||
|
<p>Second, there is a huge about of "obvious", "obviously" and "simple". Sure, it
|
||
|
may seem obvious for the author, but most of the time, things are not obvious
|
||
|
for people who never saw anything related.</p>
|
||
|
<p>Not only there is an abuse of "obvious" things, sometimes the author seems to
|
||
|
either not understand some concepts of the language or tries to simplify an
|
||
|
explanation to the point it sounds wrong -- and I just realized that 'cause
|
||
|
I've read books about some of the languages.</p>
|
||
|
<p>And there are times when the author shows a piece of code, with something
|
||
|
completely new, and forgets to explain what that new thing means. I'm glad
|
||
|
I've read books about Clojure and Haskell before, otherwise I'd never
|
||
|
understand what the thing really was.</p>
|
||
|
<p>On the general, it's a book about seven languages. Instead of reading this
|
||
|
book, I'd suggest getting the list of languages and going after them in other
|
||
|
ways instead of reading this.</p>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|