搜索资源列表
BOCH
- 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。-A language with LISP parser. The use of Bottom-up Chart Parsing algorithm, the procedure very simple and efficient,
sbcl-1.0.24
- 开源跨平台Lisp编译器,能把Lisp代码编译成目标机器码。-Steel Bank Common Lisp (SBCL) is an open source (free software) compiler and runtime system for ANSI Common Lisp.
LISPinterpretr-in-c
- 用BCB编程的LisP解释器可直接在线输入,包含程序源码-BCB programming LISP interpreter can be directly entered online, including program source code
lci-0.6-win32
- no es lisp pero se pueden hacer precticas con listas casi igual
dxfout
- 用lisp语言将autocad中的图片以dxf文件格式输出-Autocad lisp language used in the picture output in dxf file format
minilisp-master
- 一个简易lisp变种解释器,实现了主要的语义,不断完善中。-A simple variant of lisp interpreter.
SICP
- 《计算机程序的构造和解释》(SICP)是一本关于计算机程序设计的总体性观念的基础教科书,书中使用程序设计语言 Lisp 的方言 Scheme 来解释计算机科学的核心概念,包括抽象(abstraction),递归(recursion),解释器(interpreters),以及元语言抽象(metalinguistic abstraction)。具体而微地由宏观到微观给出清楚地轮廓与脉络。- Computer program structure and interpretation (SICP) i
build-your-own-lisp
- 利用C语言完成一个高效的lisp解释器。(Using C to complete LISP interpreter)
interpreting Lisp
- 一个非常简单的c语言实现的lisp的解释器的源码,供学习之用(A very simple C language implementation of the LISP interpreter source code for learning)