悟空视频

    在线播放云盘网盘BT下载影视图书

    Clojure编程乐趣 - 图书

    2018
    导演:MichaelFogus ChrisHouser
    Clojure编程乐趣
    图书

    Clojure编程乐趣 - 图书

    2017
    导演:Michael Fogus
    这既不是一本Clojure初学指南,也不是一本Clojure的编程操作手册。本书通过对Clojure详尽地探究,讲述函数式的程序设计方式,帮助读者理解和体会Clojure编程的乐趣,进而开发出优美的软件。 由福格斯、豪泽著的《Clojure编程乐趣(第2版)》分为6个部分共17章。第1部分是基础,包括第1~3章,从Clojure背后的思想开始,介绍了Clojure的基础知识,并带领读者初步尝试Clojure编程。第2部分是第4章和第5章,介绍了Clojure的各种数据类型。 第3部分是第6章和第7章,介绍了函数式编程的特性。第4部分是第8章~11章,分别介绍了宏、组合数据域代码、Clojure对Java的调用,以及并发编程等较为高级的话题。第5部分为第12章和第13章,探讨了Clojure的性能问题及其带给我们的思考。第6部分为第14~17章,介绍...(展开全部)
    Clojure编程乐趣
    图书

    Clojure编程实战 - 图书

    导演:阿米特·拉索尔
    本书是一本优秀的Clojure入门指南。书中从抽象的理论到实际的案例,对Clojure语言进行了全面、系统的阐释,可以帮助你快速掌握编写大规模Clojure程序所必需的特性、概念和技术。 本书共11章,第1章概要介绍Clojure语言及其三大支柱;第2章介绍REPL(读取-求值-打印循环,这是Clojure的命令行解释程序),帮助你开始编写Clojure代码;第3章介绍Clojure更独特的功能,包括元数据、异常处理、高阶函数、两组作用域规则(词法和动态)、组织代码的命名空间等;第4章讨论三种基本的多态性和使用多重方法时各种多态性在Clojure中的表现;第5章介绍Clojure与JVM的结合;第6章解释Clojure的状态管理和并行方法,以及四种基本的并行原语;第7章介绍Clojure的宏系统;第8章深入介绍函数式编程范式,以及高阶函数的利用方法;...(展开全部)
    Clojure编程实战
    搜索《Clojure编程实战》
    图书

    编程的乐趣 - 图书

    导演:[美] Srini Devadas
    这是一本介绍通过解决复杂谜题来学习编程的书,书中的代码用Python语言编写。与以往的编程书不同,本书将对代码功能的理解与编程语言语法和语义的理解分离开来,从解每个谜题开始,先给出解谜题的算法,随后用Python语法和语义实现对应的算法,并适当做出解释。本书包含了21个谜题,其中很多谜题都广为流传,如多皇后、汉诺塔、在几秒钟内解决数独问题、验证六度分隔猜想等,每个谜题后面都配有不同难度的编程习题,帮读者加深对相关算法的理解。 本书在算法谜题的趣味性和计算机编程的实用性之间搭建了一座桥梁,内容饶有趣味,讲述易于理解,适合已掌握初级编程概念并对算法感兴趣的学习者阅读和参考。
    编程的乐趣
    搜索《编程的乐趣》
    图书

    Clojure编程: Java世界的Lisp实践 - 图书

    导演:Chas Emerick
    Clojure是一种实用的通用语言,它是传奇语言LISP的方言,可与Ruby、Python等动态语言相媲美,更以无缝Java库、服务,以及拥有JVM系统得天独厚的资源优势而胜出。本书既可以用来熟悉Clojure基础知识与常见例子,也可了解其相关的实践领域与话题,更可以看到这一JVM平台上的LISP如何帮助消除不必要的复杂性,为大家在编程实践中解决最具挑战性的问题开辟新的选择——更具灵活性,更适于Web编程和操作数据库,可以应付更为苛刻的应用程序安全要求,更有效的并发性和并行处理、数据分析能力,以及在未来云环境下的更大的发展潜力。
    Clojure编程: Java世界的Lisp实践
    搜索《Clojure编程: Java世界的Lisp实践》
    图书

    Programming Clojure - 图书

    2009
    导演:Stuart Halloway
    Clojure is a dynamic language for the Java Virtual Machine, with a compelling combination of features: Clojure is elegant. 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 is Lisp reloaded. Clojure has the power inherent in Lisp, but is not constrained by the history of Lisp. Cloju...(展开全部)
    Programming Clojure
    搜索《Programming Clojure》
    图书

    Programming Clojure - 图书

    导演:Stuart Halloway
    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...(展开全部)
    Programming Clojure
    搜索《Programming Clojure》
    图书

    Practical Clojure - 图书

    2010
    导演:Luke Van der Hart
    This book is the first definitive reference for the Clojure language, providing both an introduction to functional programming in general and a more specific introduction to Clojure's features. This book demonstrates the use of the language through examples, including features such as software transactional memory (STM) and immutability, which may be new to programmers coming f...(展开全部)
    Practical Clojure
    搜索《Practical Clojure》
    图书

    Mastering Clojure - 图书

    2016计算机·编程设计
    导演:Akhil Wali
    If you’re looking to learn more about the core libraries and dive deep into the Clojure language, then this book is ideal for you. Prior knowledge of the Clojure language is required.
    Mastering Clojure
    搜索《Mastering Clojure》
    图书

    Clojure Programming - 图书

    导演:Chas Emerick
    Learn what many Java programmers have recently discovered: the Clojure language offers a practical alternative for solving demanding problems, using existing Java libraries, frameworks, and services. With this book, you get a solid grounding in Clojure fundamentals, based on the environments you already familiar with-whether you're working with data, concurrency, application in...(展开全部)
    Clojure Programming
    搜索《Clojure Programming》
    图书
    加载中...