书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 930 个相关结果.
  • Lookup Tables: Alists and Plists

    Lookup Tables: Alists and Plists Lookup Tables: Alists and Plists In addition to trees and sets, you can build tables that map keys to values out of cons cells. Two flavors of ...
  • Design with Clojure

    830 2020-06-21 《Practicalli Clojure》
    Clojure Design Data focused design - Maps & Vectors Hint::Basic design principle Extensibility via Macros Special forms - the building blocks of Clojure Clojure Design Cl...
  • Atom Proton

    795 2020-06-21 《Practicalli Clojure》
    Atom Proton Install Atom.io Standalone Install Alternative install via Package Manager Running Atom Danger::Leiningen in GitBash does not work with Atom Install Proton Exampl...
  • Vectors

    Vectors Vectors Vectors are Common Lisp’s basic integer-indexed collection, and they come in two flavors. Fixed-size vectors are a lot like arrays in a language such as Java: a...
  • Hash Tables

    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 tables all...
  • 函数式编程

    函数式编程 读后有收获可以支付宝请作者喝咖啡: 函数式编程 本章我们介绍Java的函数式编程。 我们先看看什么是函数。函数是一种最基本的任务,一个大型程序就是一个顶层函数调用若干底层函数,这些被调用的函数又可以调用其他函数,即大任务被一层层拆解并执行。所以函数就是面向过程的程序设计的基本单元。 Java不支持单独定义函数,但可以把静态方法视为独...
  • 6.3 参数列表 (Parameter Lists)

    6.3 参数列表 (Parameter Lists) 6.3 参数列表 (Parameter Lists) 2.1 节我们演示过,有了前序表达式, + 可以接受任何数量的参数。从那时开始,我们看过许多接受不定数量参数的函数。要写出这样的函数,我们需要使用一个叫做剩余( rest )参数的东西。 如果我们在函数的形参列表里的最后一个变量前,插入 &...
  • nil

    1418 2018-04-11 《深入解析Go》
    2.4 nil的语义 interface string和slice channel和map 2.4 nil的语义 什么?nil是一种数据结构么?为什么会讲到它,没搞错吧?没搞错。不仅仅是Go语言中,每门语言中nil都是非常重要的,它代表的是空值的语义。 在不同语言中,表示空这个概念都有细微不同。比如在scheme语言(一种lisp方言)中,n...
  • 与其他语言的显著差异

    与其他语言的显著差异 与 MATLAB 的显著差异 与 R 的显著差异 与 Python 的显著差异 与 C/C++ 的显著差异 Noteworthy differences from Common Lisp 与其他语言的显著差异 与 MATLAB 的显著差异 虽然 MATLAB 用户可能会发现 Julia 的语法很熟悉,但 Julia...
  • 与其他语言的显著差异

    与其他语言的显著差异 与 MATLAB 的显著差异 与 R 的显著差异 与 Python 的显著差异 与 C/C++ 的显著差异 Noteworthy differences from Common Lisp 与其他语言的显著差异 与 MATLAB 的显著差异 虽然 MATLAB 用户可能会发现 Julia 的语法很熟悉,但 Julia...