书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 930 个相关结果.
  • 3. A Script-Fu Tutorial

    3. A Script-Fu Tutorial 3.1. Getting Acquainted With Scheme 3.1.1. Let’s Start Scheme’ing 3.1.2. Examples Of Prefix, Infix, And Postfix Notations 3.1.3. Practicing In Scheme 3.1...
  • 3. A Script-Fu Tutorial

    3. A Script-Fu Tutorial 3.1. Getting Acquainted With Scheme 3.1.1. Let’s Start Scheme’ing 3.1.2. Examples Of Prefix, Infix, And Postfix Notations 3.1.3. Practicing In Scheme 3.1...
  • 函数式编程之Clojure

    2113 2019-05-04 《Clojure学习笔记》
    函数式编程之Clojure 1. OOP的本质? 2. FP是什么? 2.1 函数式编程概览 2.2 函数式编程详解 2.2.1 不可变数据 2.2.2 一级类型——函数 2.2.3 懒惰计算 2.2.4 闭包 2.3 函数式编程(Clojure)的优势 2.3.1 处理数据?用管道的方式会更加简洁 2.3.2 请描述一下我们要做的事情 2...
  • 3.6 抽象语言的解释器

    3.6 抽象语言的解释器 3.6.1 Scheme 语言 3.6.2 Logo 语言 3.6.3 结构 3.6.4 环境 3.6.5 数据即程序 3.6 抽象语言的解释器 来源:3.6 Interpreters for Languages with Abstraction 译者:飞龙 协议:CC BY-NC-SA 4.0 ...
  • 练习 50:vi

    练习 50:vi 挑战练习 研究性学习 练习 50:vi 原文:Exercise 50: vi 译者:飞龙 协议:CC BY-NC-SA 4.0 自豪地采用谷歌翻译 你有一个模块,实现了ed 和sed 中使用的功能。显然,下一步是实现世界历史上最讨厌和实用的文本编辑器:vi 。如果你知道 Lisp 可以实现 Emacs,...
  • A Character at a Time

    454 2020-12-10 《Build your own Lisp》
    A Character at a Time A Character at a Time Reading • A Jolly Good Time (tm). The way we think about implementing a parser is quite different to the high level abstract vie...
  • 13.5 示例: 存储池 (Example: Pools)

    13.5 示例: 存储池 (Example: Pools) 13.5 示例: 存储池 (Example: Pools) 对于涉及数据结构的应用,你可以通过在一个存储池 (pool)中预先分配一定数量的结构来避免动态分配。当你需要一个结构时,你从池中取得一份,当你用完后,再把它送回池中。为了演示存储池的使用,我们将快速的编写一段记录港口中船舶数量的程序...
  • What is Agda?

    What is Agda? Dependent types Typing for programmers Dependent types Dependent types and logic What is Agda? Agda is a dependently typed programming language. It is an ex...
  • Interacting with the File System(与文件系统交互)

    Interacting with the File System(与文件系统交互) Interacting with the File System(与文件系统交互) While the most common interaction with the file system is probably OPEN ing files for readin...
  • 第16章 接下来学习什么?

    图形软件 GUI工具概括 探索更多内容 概括 如果你已经完全读完了这本书并且也实践着编写了很多程序,那么你一定已经能够非常熟练自如地使用Python了。你可能也已经编写了一些Python程序来尝试练习各种Python技能和特性。如果你还没有那样做的话,那么你一定要快点去实践。现在的问题是“接下来学习什么?”。 我会建议你先解决这样一个问题:创建你...