《Algorithms for Functional Programming》是Springer-Verlag New York Inc出版的圖書,作者是Stone, John D.
基本介紹
- ISBN:9780387955704
- 作者:Stone, John D.
- 出版社:Springer-Verlag New York Inc
- 出版時間:2006年9月
- 頁數:265
- 定價:$ 62.09
- 裝幀:HRD
《Algorithms for Functional Programming》是Springer-Verlag New York Inc出版的圖書,作者是Stone, John D.
This book presents a uniform framework for presenting and comparing derivations of algorithms, and applies this framework to analyze various derivations found in the literature for seven algorithms. The authors have selected algorithms for which multiple derivations exist. The framework developed abstracts ...
函式程式設計(functional programming)語言經常不鼓勵或不支援會覆蓋資料的原地算法,因為這是副作用的一種型態;反之,他們只允許建立新的資料。然而,好的函式語言編譯器(compiler)在當一個與以存在之非常相似的物件被建立時,都經常會辨識出來,然後舊的就會被丟棄掉,而且會最把這最佳化為一個簡單的"引擎蓋之下...
you’ll discover that it improves all of the code you write.目錄 Chapter 1 Why Functional Programming?Chapter 2 What Is Functional Programming?Chapter 3 Data Structures and Algorithms Chapter 4 Functional Concurrency Chapter 5 Better Object-Oriented Programming Chapter 6 Where to Go From Here ...