技术教育社区
www.teccses.org

Clojure经典实例-(影印版)

封面

作者:(英)范德哈特(LukeVanderH

页数:451

出版社:东南大学出版社

出版日期:2015

ISBN:9787564153465

电子书格式:pdf/epub/txt

内容简介

Clojure是一个在JVM平台运行的动态函数式编程语言,其语法接近于LISP语言,在JVM平台运行的时候,会被编译为JVM的字节码进行运算。Clojure保持了函数式语言的主要特点,并且还能够非常方便的调用Java类库的API,和Java类库进行良好的整合。本书讲解Clojure的知识。

本书特色

通过150多个详细方案,这本范德哈特、诺伊费尔德所著的《clojure经典实例(影印版)》展示了资深cloiure开发人员是如何使用jvm语言来解决各种编程任务的。这些解决方案涵盖了从搭建动态网站、与数据库协作到网络通信、云计算和高级测试策略的方方面面。超过60名全球最佳的cioiure专家贡献了这些方案。
  每个解决方案包含了你可以直接使用的代码,并且阐述了这些解决方案是如何以及为什么能够奏效,这样你就能够把这些模式、方法和技术适配到本书没有涵盖的场景中。

目录

preface
1.primitive data
  1.1.changing the capitalization of a string
  1.2.cleaning up whitespace in a string
  1.3.building a string from parts
  1.4.treating a string as a sequence of characters
  1.5.converting between characters and integers
  1.6.formatting strings
  1.7.searching a string by pattern
  1.8.pulling values out of a string using regular expressions
  1.9.performing find and replace on strings
  1.10.splitting a string into parts
  1.11.pluralizing strings based on a quantity
  1.12.converting between strings, symbols, and keywords
  1.13.maintaining accuracy with extremely large/small numbers
  1.14.working with rational numbers
  1.15.parsing numbers
  1.16.truncating and rounding numbers
  1.17.performing fuzzy comparison
  1.18.performing trigonometry
  1.19.inputting and outputting integers with different bases
  1.20.calculating statistics on collections of numbers
  1.21.performing bitwise operations
  1.22.generating random numbers
  1.23.working with currency
  1.24.generating unique ids
  1.25.obtaining the current date and time
  1.26.representing dates as literals
……
2.composite data
3.general computing
4.local i/o
5.network i/o and wed services
6.databases
7.wed applications
8.performance and production
9.distributed computation
10.testing
index

下载地址

立即下载

(解压密码:www.teccses.org)

Article Title:《Clojure经典实例-(影印版)》
Article link:https://www.teccses.org/516517.html