Interesting Functions Function Definition Currying Interesting Functions Function Definition Lambdas are clearly a simple and powerful way of defining functions. But the s...
2.10 变量 (Variables) 2.10 变量 (Variables) let 是一个最常用的 Common Lisp 的操作符之一,它让你引入新的局部变量(local variable): > ( let (( x 1 ) ( y 2 )) (+ x y )) 3 一个 let 表达式有两个...
Natural Grammars Natural Grammars mpc lets us write grammars in a more natural form too. Rather than using C functions that look less like a grammar, we can specify the whole...
Mixing Different Parameter Types(混合不同的形参类型) Mixing Different Parameter Types(混合不同的形参类型) It’s possible, but rare, to use all four flavors of parameters in a single function. Whe...
Julia 1.0 中文文档 简介 Julia 1.0 中文文档 欢迎来到 Julia 1.0 中文文档。 关于中文文档 Julia 语言相关的本地化工作是一个由社区驱动的开源项目JuliaZH.jl ,旨在方便 Julia 的中文用户。我们目前使用 Transifex 作为翻译平台。翻译工作正在进行,有任何疑问或建议请到社区论坛文档区 反馈...
Sequence Iterating Functions(序列迭代函数) Sequence Iterating Functions(序列迭代函数) While in theory all operations on sequences boil down to some combination of LENGTH , ELT , and SETF ...
Other Method Combinations Other Method Combinations In addition to the standard method combination, the language specifies nine other built-in method combinations known as the ...