Programming Clojure 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


Programming Clojure

簡體網頁||繁體網頁
Stuart Halloway 作者
Pragmatic Bookshelf
譯者
2012-4-17 出版日期
296 頁數
USD 35.00 價格
Paperback
叢書系列
9781934356869 圖書編碼

Programming Clojure 在線電子書 圖書標籤: clojure  Clojure  Programming  Lisp  函數式編程  FP  程序設計  編程   


喜歡 Programming Clojure 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-11-22

Programming Clojure 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

Programming Clojure 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

Programming Clojure 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



Programming Clojure 在線電子書 用戶評價

評分

如果隻看一本clojure編程書,那就看這本吧。第二版依舊高品質。

評分

和第一版相比改動不大,主要更新是添加瞭 protocols 和 datatypes 部分的內容,刪除瞭一些多餘的例子,比起舊版的頁數更少瞭。仍然是一本好讀的、 pragmatic 風格的 clojure 入門書。

評分

It does NOT cover macros!!!

評分

這本書讀起來難度不大,因為它並沒有深入探討FP,而隻是在OOP的基礎上順便討論瞭一下FP的思想

評分

不是很係統. macros跳過去不看瞭.

Programming Clojure 在線電子書 著者簡介

Stuart Halloway Clojure/core成員、Relevance公司CTO。

Aaron Bedra Clojure/core成員,在擔任Relevance公司開發者期間,他成為一名技術領袖、演講傢和作傢。他對Clojure語言及其支持庫貢獻頗多,同時也是Clojure社區中的活躍分子。Aaron牽頭開發瞭一些商業的Clojure項目。目前他在Groupon工作。


Programming Clojure 在線電子書 著者簡介


Programming Clojure 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

Programming Clojure 在線電子書 圖書描述

The second edition of Programming Clojure is the first book to cover the new features in Clojure 1.3. Clojure experts Stuart Halloway and Aaron Bedra have updated the first book on Clojure, and new examples have been added to demonstrate the power and depth of the new features. Programming Clojure, 2nd Edition covers new concepts like Protocols and Datatypes, as well as Clojure's changes to the numerics system. In addition, this book includes coverage of ClojureScript, a new platform for the Clojure language that rests on top of JavaScript. This book provides the foundation you need to understand the power of the Clojure language and how to wield it. Clojure is an increasingly important language. It recently overtook Scala in relative growth, and is becoming the language of choice for many who are moving to functional programming or dealing with the challenges of concurrency. More and more developers are starting to see what Clojure has to offer. * Simplicity. Clojure's clean, careful design lets you write programs that get right to the essence of a problem, without a lot of clutter and ceremony. * Clojure has the power inherent in Lisp, but is not constrained by its history. * Clojure is a functional language. Data structures are immutable, and functions tend to be side-effect free. This makes it easier to write correct programs, and to compose large programs from smaller ones. * Clojure is concurrent. Rather than error-prone locking, Clojure provides software transactional memory. * Clojure embraces Java. Calling from Clojure to Java is direct, and goes through no translation layer. * Clojure is fast. Wherever you need it, you can get the exact same performance that you could get from hand-written Java code. Many other languages offer some of these features, but the combination of them all makes Clojure sparkle. Programming Clojure, 2nd Edition shows you why these features are so important, and how you can use Clojure to build powerful programs quickly. Reviewers called the first edition of Programming Clojure "a masterwork," "well-organized and easy-to-read," "a great reference," "a mature and polished guide," and "a real pleasure to read." This second edition not only provides up-to-date coverage of the language, but is a fantastic reference that you can keep close to you during the development of your own Clojure programs. What You Need: * Oracle JDK 6 * A text editor

Programming Clojure 在線電子書 下載 mobi epub pdf txt 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Programming Clojure 在線電子書 讀後感

評分

被Clojure给吓住啦?在读过本书之后,你就不再会这样了。它文风清晰、平易近人且令人愉悦,带你循序渐进地学习这门语言。 ——Tim Berglund August Technology Group的创始人及负责人 作者凭借这本组织良好且易于阅读的著作,为学习Clojure语言设计了一条最为平坦的路线。本...  

評分

大家好,我是这本书的译者。 说Clojure是目前jvm上最优雅的编程语言毫不为过,其诸多设计思想代表了整个Java世界的发展方向。而本书的重点,就是通过clojure这门语言,传递这些足以改变我们观念的思想。作为一名在面向对象世界摸爬滚打了10多年的程序员,我自己在接受了clojur...  

評分

很遗憾,我发了两次包含本书勘误的下载地址(ubuntu one的共享地址)的书评,都被豆瓣迅速删掉了,无法理解豆瓣的判断策略。 无奈,只能麻烦各位需要下载的同学使用关键字“Clojure程序设计勘误表”进行搜索了,深表歉意。  

評分

也许是 Clojure 系列中的第一本书吧,我也不确定。作者 Stuart Halloway 是核心开发者之一。这本书权威性是肯定足够的。不过需要一点点的 LISP 基础。推荐在学之前先看看 IBM Developer Networks 上的关于 Guile 的几篇文章,了解一些 LISP 的基础概念。不过听朋友说 The Joy o...  

評分

也许是 Clojure 系列中的第一本书吧,我也不确定。作者 Stuart Halloway 是核心开发者之一。这本书权威性是肯定足够的。不过需要一点点的 LISP 基础。推荐在学之前先看看 IBM Developer Networks 上的关于 Guile 的几篇文章,了解一些 LISP 的基础概念。不过听朋友说 The Joy o...  

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

Programming Clojure 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





Programming Clojure 在線電子書 相關圖書




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

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有