# clisp-2.49-origin **Repository Path**: hexblues/clisp-2.49-origin ## Basic Information - **Project Name**: clisp-2.49-origin - **Description**: clisp-2.49 的源文件,来自 http://ftp.gnu.org/pub/gnu/clisp/latest/clisp-2.49.tar.bz2 - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-06-12 - **Last Updated**: 2024-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # clisp-2.49-origin ## 本项目介绍 本项目就是把 `clisp-2.49` 的源代码拷贝到这里,做一个参考。 [clisp-2.49 源文件地址](http://ftp.gnu.org/pub/gnu/clisp/latest/clisp-2.49.tar.bz2) ## CLISP介绍 CLISP 是一个 ANSI Common Lisp 语言的实现 以下是其[官方网页](http://www.clisp.org/)的介绍 CLISP Common Lisp Summary Common Lisp is a high-level, general-purpose, object-oriented, dynamic, functional programming language. CLISP is a Common Lisp implementation by Bruno Haible, then of Karlsruhe University, and Michael Stoll, then of Munich University, both in Germany. It implements the language described in the ANSI Common Lisp standard with many extensions. CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, i18n, POSIX and Perl regular expressions, a socket interface, fast bignums, arbitrary precision floats, and more. An X11 interface is available through CLX, Garnet and CLUE/CLIO. Command line editing is provided by readline. CLISP runs Maxima, ACL2 and many other Common Lisp packages. CLISP runs on most GNU and Unix systems (GNU/Linux, GNU/Hurd, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, IRIX, AIX, Mac OS X and others) and on other systems (Windows NT/2000/XP/Vista, Windows 95/98/ME) and needs only 4 MB of RAM. CLISP is Free Software and may be distributed under the terms of GNU GPL version 2 or (at your option) any later version. You may distribute commercial proprietary applications compiled with CLISP, see file COPYRIGHT in the CLISP distribution. The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed during run time.