Clojure基本语法 Form Control Flow If Do When nil, true, false def Clojure基本语法 Clojure 的语法非常的简单,只要熟悉Lisp ,几乎可以无缝使用Clojure 了。 Form Clojure 的代码是由一个一个form组成的,form 可以是基本的数据结构,...
Higher Order Functions Higher Order Functions Higher order functions are functions that manipulate other functions.For example, a function can take other functions as arguments...
Sets(集合) Sets(集合) Sets can also be implemented in terms of cons cells. In fact, you can treat any list as a set—Common Lisp provides several functions for performing set-theore...
Noteworthy Differences from other Languages Noteworthy differences from MATLAB Noteworthy differences from R Noteworthy differences from Python Noteworthy differences from C/C++...
Go 语言设计与实现 关于本书 其他 Go 语言设计与实现 Go 语言是 Google 在 2009 年 12 月发布的编程语言,目前的 Go 语言在国内外的社区都非常热门,很多著名的开源框架 Kubernetes、etcd 和 prometheus 等都使用 Go 语言进行开发,近年来热门的微服务架构和云原生技术也为 Go 语言社区带来了非常多...
Hash Tables(哈希表) Hash Tables(哈希表) The other general-purpose collection provided by Common Lisp is the hash table. Where vectors provide an integer-indexed data structure, hash ...
Julia 1.5 中文文档 鸣谢 简介 Julia 1.5 中文文档 欢迎来到 Julia 1.5 中文文档(PDF版本 )! 请先阅读 Julia 1.0 正式发布博文 以获得对这门语言的总体概观。我们推荐刚刚开始学习 Julia 语言的朋友阅读中文社区提供的 Julia入门指引 ,也推荐你在中文论坛 对遇到的问题进行提问。 关于中文文...