沃新书屋 - 真实世界的Haskell - 出版社:东南大学出版社

东南大学出版社

出版社信息:

类型:东南大学主办的综合性大学出版社

成立时间:1985年3月

出版社特色:外文名:Southeast University Press

出版社简介:

暂无相关内容,正在全力查找中


真实世界的Haskell书籍相关信息

真实世界的Haskell精美图片
  • ISBN:9787564119256
  • 作者:[美] 沙利文 / [美] 戈尔 / [美] 斯图尔特
  • 出版社:东南大学出版社
  • 出版时间:2010-1
  • 页数:670
  • 价格:88.00元
  • 纸张:暂无纸张
  • 装帧:暂无装帧
  • 开本:暂无开本
  • 语言:暂无语言
  • 适合人群:暂无
  • TAG:暂无
  • 豆瓣评分:8.9
  • 更新时间:2025-05-11 10:22:40

内容简介:

《真实世界的Haskell(影印版)》内容简介:Haskell is most likely quite different from any language you've ever used before. Compared to the usual set of concepts in a programmer's mental toolbox, functional programming offers us a profoundly different way to think about software. In Haskell, we deemphasize code that modifies data. Instead, we focus on functions that take immutable values as input and produce new values as output. Given the same inputs, these functions always return the same results. This is a core idea behind functional programming.