Seven Languages in Seven Weeks pdf epub mobi txt 電子書 下載 2025


Seven Languages in Seven Weeks

簡體網頁||繁體網頁
[美] Bruce A·Tate
Pragmatic Bookshelf
2010-10-10
328
USD 34.95
Paperback
9781934356593

圖書標籤: programming  編程  編程語言  計算機  Languages  pragmatic  Programming  計算機科學   


喜歡 Seven Languages in Seven Weeks 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

发表于2025-01-10

Seven Languages in Seven Weeks epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2025

Seven Languages in Seven Weeks epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2025

Seven Languages in Seven Weeks pdf epub mobi txt 電子書 下載 2025



圖書描述

Ruby, Io, Prolog, Scala, Erlang, Clojure, Haskell. With Seven Languages in Seven Weeks, by Bruce A. Tate, you'll go beyond the syntax-and beyond the 20-minute tutorial you'll find someplace online. This book has an audacious goal: to present a meaningful exploration of seven languages within a single book. Rather than serve as a complete reference or installation guide, Seven Languages hits what's essential and unique about each language. Moreover, this approach will help teach you how to grok new languages.

For each language, you'll solve a nontrivial problem, using techniques that show off the language's most important features. As the book proceeds, you'll discover the strengths and weaknesses of the languages, while dissecting the process of learning languages quickly--for example, finding the typing and programming models, decision structures, and how you interact with them.

Among this group of seven, you'll explore the most critical programming models of our time. Learn the dynamic typing that makes Ruby, Python, and Perl so flexible and compelling. Understand the underlying prototype system that's at the heart of JavaScript. See how pattern matching in Prolog shaped the development of Scala and Erlang. Discover how pure functional programming in Haskell is different from the Lisp family of languages, including Clojure.

Explore the concurrency techniques that are quickly becoming the backbone of a new generation of Internet applications. Find out how to use Erlang's let-it-crash philosophy for building fault-tolerant systems. Understand the actor model that drives concurrency design in Io and Scala. Learn how Clojure uses versioning to solve some of the most difficult concurrency problems.

It's all here, all in one place. Use the concepts from one language to find creative solutions in another-or discover a language that may become one of your favorites.

Seven Languages in Seven Weeks 下載 mobi epub pdf txt 電子書

著者簡介

(Biography)

I started in this industry back in 1985, as a co-op with IBM in Austin. I joined IBM full time in 1987, and spent 13 years with them. I later left to join a startup, and ultimately started my own business where I focus on helping customers build software with lightweight technologies.

I've been writing technical books for more than 10 years now, with the last 7 coming since 2000. I write for the love of the craft.

Others have told me that my fundamental strength as an author is the ability to quickly recognize emerging trends. I do tend to find emerging frameworks just as they become popular, and that skill is a mixed blessing that--combined with my complete lack of political tact--gets me in trouble sometimes, as it did with Bitter Java (Java is too hard), Beyond Java (Java is not going to last forever), and most recently, From Java to Ruby: Things Every Manager should Know (there's a better language for some problems, but our managers don't know it yet.)

My promise to you is this: I will always seek to find better ways to do things, and will work hard to tell you the truth, without regard for any notion of political correctness. Thanks for reading.


圖書目錄


Seven Languages in Seven Weeks pdf epub mobi txt 電子書 下載
想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

用戶評價

評分

學習編程,幾種類型都涉獵無疑功力大增。Erlang偏居一隅,不必學。Io倒不如JS。Prolog、Scala還是必須學。 作者過贊Ruby,小型網站Web開發尚可;還不如學習用途更廣之Python。還想深入,純FL則Haskell、LISP方言則Clojure。 還未提到的Aspect-Orented的AspectJ和Data-Oriented的SQL,也是比不可少要學的。

評分

電子檔

評分

看瞭Clojure和Ruby兩章,感覺不錯,值得一讀。

評分

不同的語言或者語言範式是用來解決不同領域的問題的,強烈推薦這本書,它可以作為語言學習的目錄書籍。

評分

電子檔

讀後感

評分

编者按 在本文中,截选了七门各不相同的语言的概况,这七门语言,无论教还是学,对我们而言都是一个宏伟目标。书中的代码足以深刻阐释每一门语言的精髓。这七门语言都有非常优秀的支持社区,这也是我选择它们的原因之一。本书为你铺就的学习途径...... 第一周:Ruby 有糖相伴...  

評分

编者按 在本文中,截选了七门各不相同的语言的概况,这七门语言,无论教还是学,对我们而言都是一个宏伟目标。书中的代码足以深刻阐释每一门语言的精髓。这七门语言都有非常优秀的支持社区,这也是我选择它们的原因之一。本书为你铺就的学习途径...... 第一周:Ruby 有糖相伴...  

評分

首先,看了此书的英文版之后又看了中文版,翻译应该算值得信赖。 Jolt的奖项也是对这本书的肯定。而最近这本书火起来,中文版也功不可没。 众所周知,每一种语言或复杂或简单,使用者想要使用到一定境界,都不是短短一周可以达成的。所以这本书从根本上就不是像副标题中描述的...  

評分

曾阅一博 http://michaelochurch.wordpress.com/2012/07/27/six-languages-to-master/ ,曰,当今必学编程语言有六:Python、C、Java、Scala、Clojure、ML。 编程语言大类,莫非Object-Oriented,Procedural,Functional, Logical。而 《7 languages in 7 weeks》 则推荐如下...  

評分

书名给人感觉国内的那种什么21天学通***似的!结果书一直压箱底,后来一次偶然机会捡起来随便翻了下觉得内容很赞,且值得多看几次...本书并不推荐给职场新人或者没有夸语言经验的同学阅读。不过有python基础的同学除外,从头到尾其实可以看到python里面的很多思想借鉴该书。尤...  

類似圖書 點擊查看全場最低價

Seven Languages in Seven Weeks pdf epub mobi txt 電子書 下載 2025


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2025 qciss.net All Rights Reserved. 小哈圖書下載中心 版权所有