JavaScript 编写的迷你 Lisp 解释器:Little Lisp 经验

Little Lisp是一个解释器,支持函数调用、lambda表达式、 变量绑定(let)、数字、字符串、几个库函数和列表(list)。我写这个是为了在Hacker School(一所位于纽约的程序员

jopen 2014-09-17   62034   0

Common Lisp 语言学习程序:Common Lisp Koans 经验

Common Lisp Koans(lisp-koans)是一个语言学习练习程序,类似 ruby koans,python koans 等等。Common Lisp Koans 主要是帮助学习一些 lisp

b77m 2015-04-22   65515   0

GNU/Linux下有多少是GNU的? 资讯

第一个饼图如下,其指明了各种主流的开源项目组的分布情况。可见GNU只占了8%,当然,GNome也是GNU的,加起来也只有13%,只占整个分发包很少的比重。 第二个图,作者把GNU的部分拿了出来,再进行了分析: 在

jopen 2015-03-08   5305   0
GNU  

Lisp的永恒之道 经验

Lisp之魅 长久以来,Lisp一直被许多人视为史上最非凡的编程语言。它不仅在50多年前诞生的时候带来了诸多革命性的创新并极大地影响了后来编程语言的发展,即使在一大批现代语言不断涌现的今天,Lis

openkk 2012-06-08   78577   0
P27

  Common LISP 入门 文档

Common LISP Hints 关于Common LISP Hints 作者:Geoffrey J. Gordon 修订:Bruno Haible 与 Peter Van Eynde Friday

746696 2015-04-28   2715   0

Lisp的LinuxShell命令 shelisp 经验

Shelisp 是一个 Common Lisp 的语法扩展,用于运行 Unix Shell 脚本和混合 Shell 脚本和 Lisp 的构造。 Common Lisp ,缩写为 CL(不要和缩写同

fmms 2011-12-06   32794   0
Lisp  

Lisp语言的分支 Racket 经验

Racket源自著名的专家型语言PLT Scheme,同时又是Lisp语言的一个分支。它适用于从脚本Script到应用程序开发的任务执行工具,包括图形用户界面,Web服务器等。支持编译器的虚拟机,创建独立的可执行程序的工具,Racket

jopen 2012-05-28   32189   0
Lisp  

Lisp 方言:GoLio 经验

GoLio 是一个使用 OCaml 实现的 Lisp 方言,语法、语义和库都是 R5RS 的子集,提供一个重要的扩展:类似 Go 的并发模型。 > (define (curry func arg1) (lambda

jopen 2012-11-11   63868   0

Common Lisp 的实现:Clasp 经验

是一个 Common Lisp 的实现,可以和 C++ 进行交互,使用 LLVM 作为 JIT 编译到原生代码。 Clasp 还不是一个完全 ANSI 兼容的 Common Lisp - 如果你发现了

jopen 2014-09-27   64350   0
P

The Web Programmer's Desk Reference 文档

Written for web programmers and designers, this reference alphabetically lists every HTML tag supported by Netscape Navigator and Internet Explorer, along with their attributes, event handlers, CSS and JavaScript style properties, and much more.

一切随风 2015-10-05   421   0

从 Vim 到 Emacs 到 Evil 经验

的一点小需求无法实现,我开始尝试 Emacs。从初窥门径到配置出完全满足我的一切,中途曾一度不可自拔,工作之余、入睡之前都在看 Emacs 的文档资料。发现我的控制欲特别强,不达目的不愿罢休。好在 Emacs 的确是个强大的平台,不负我望,在积累了一定的

jopen 2015-07-20   30887   0
Vim   Linux  

idle: GNU Pricing:变现GNU工具 资讯

Roesler 创建了一个恶作剧工具 GNU Pricing 。 GNU 程序每天被使用了数以十亿次,但 GNU 程序的知识产权拥有者自由软件基金会(FSF)一分钱也没有赚到,GNU Pricing 就是试图改变这一状况,它设计根据用户使用

jopen 2015-05-11   4257   0
GNU  

Corman Lisp 以MIT许可开源 资讯

【Corman Lisp (Common Lisp for MS Windows) 以MIT许可开源】Corman Lisp是一个上世纪90年代开发的Common Lisp版本,现在宣布开源,项目主页:

jopen 2015-01-05   10608   0

用sed实现Lisp:SedLisp 经验

用 (GNU) sed实现Lisp。 如何使用 $ sed -f sedlisp.sed # '>' won't be shown. > (car (quote (a b c))) a > (cdr (quote

jopen 2014-07-01   59236   0

GNU cpio 资讯

有设备都差不多。有些unix的软件包就是cpio压的。 项目地址 : http://www.gnu.org/software/cpio/ cpio 用法举例: 带目录结构拷贝指定文件到指定目录:

jopen 2011-10-18   7090   0
GNU  

python_reference - Python资源汇总 经验

analysis. https://github.com/rasbt/python_reference

jopen 2015-01-27   29021   0
P

Enterprise Library 6 Reference Docs Remember to unblock 文档

Welcome to Enterprise Library. The following sections of this guidance describe the ways that you can use Enterprise Library and the individual application blocks in your applications.<br>Enterprise Library consists of a collection of application blocks and core infrastructure. All of these are reusable software components designed to assist developers with common enterprise development challenges. <br> Enterprise Library also provides many highly configurable features that make it much easier to manage repetitive tasks, known as crosscutting concerns, which occur in many places in your applications. These include tasks such as logging, validation, exception management, and more.

bqf9979 2016-02-11   1632   0
P20

  Android NFC API Reference (官方,中文) 文档

Android NFC API Reference NFC简洁 近场通信(NFC)是一个短范围无线技术集合,通常需要4厘米或更短的距离才能初始化连接。NFC允许在NFC标签和Android设备之间或

幽灵草 2013-04-01   1015   0
P47

  php参考手册(php manual) 文档

PHP Manual PHP Array array 函数允许您对数组进行操作。 PHP 支持单维和多维的数组。同时提供了用数据库查询结果来构造数组的函数。 安装 array 函数是 PHP 核心的组成部分。无需安装即可使用这些函数。

485430 2011-09-22   5320   0
P31

  Design Pattern Manual 设计模式手册 文档

Design Pattern Manual Design Pattern Manual 1. Constructive Pattern 用一个系统创建的那些对象的类对系统进行参数化有两种常用方法。一种是生成创建对

leonalone 2014-04-21   2023   0
手册  
1 2 3 4 5 6 7 8 9 10