CMU Common Lisp Compiler CMU Common Lisp conforms to the ANSI Common Lisp standard and runs on "most Unix platforms". It has a native-code compiler, generational garbage collection, multiprocessing capability on x86 ports, ability to interface with C source code/libraries, shared libraries, ability...
;;http://www.lisp.vip-&allow-other-keys&aux&body&environment&key&optional&rest&whole***break-on-signals**compile-file-pathname**compile-file-truename**compile-print**compile-verbose**debugger-hook**debug-io**default-pathname-defaults**error-output**features**gensym-counter**load-pathname*...
TICL takes a Lisp program that has been annotated with a few type declarations, adds as many declarations as possible, and produces a type declared program. The compiler can then use this information to generate more efficient code. Measurements indicate that a 20 per cent speed improvement can...
离线版可以在LispWorks的FTP下载,链接ftp://ftp.lispworks.com/pub/software_tools/reference/HyperSpec-...
In Windows, ECL comes with the bytecode compiler by default, because C compilers are normally not available. Unfortunately several libraries out there are not prepared for this. If you plan to use quicklisp and have a C compiler accessible to ECL, you may use (ext:install-c-compiler) to ...
ecrepl - an interactive REPL for the C language. BSD_2Clause. Software-Evolution-Library - The SEL enables the programmatic modification and evaluation of software (C/C++ support using Clang, compiled assembler, and linked ELF binaries). GPL3. vacietis - C to Common Lisp compiler. LGPL3.Cry...
{commonlisp}提供了各种特殊的组织结构程序。一些与控制流(控制结构)有关,而其他控制变量(环境结构)的访问。这些特性中的一些是以特殊的{forms}实现的;另一些是作为宏实现的,它们通常扩展成以特殊形式或其他宏表示的复杂程序片段。 函数应用是构造Lisp程序的主要方法。操作被写成函数对其数组的应用。通常,Lisp程序是作...
在{Common Lisp}中,宏不是函数。尤其是,宏不能用作apply、funcall或map等函数的函数参数;在这种情况下,表示\original macro call“的列表不存在,也不可能存在,因为在某种意义上,这些参数已经被计算过了。 8.1. Macro Definition 宏定义 函数{macro function}决定给定符号是否是宏的名称。defmacro构造提供了一种定义...
Mirror of Steel Bank Common Lisp (SBCL)'s official repository compiler common-lisp Updated Dec 15, 2020 Common Lisp gogins / csound-extended Star 27 Code Issues Pull requests Csound with extensions including algorithmic composition, Android app, and WebAssembly. javascript android python lin...
Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It runs on several Unix and Unix-like systems such as Linux, FreeBSD, macOS, etc. It also runs experimentally on Windows. It is the most popular free and open source implementation of Common Lisp as of December 202...