Steel Bank Common Lisp

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
 
(未显示1个用户的4个中间版本)
第3行: 第3行:
 
==简介==
 
==简介==
 
Steel Bank Common Lisp (SBCL) 是一个高性能的 [[Common Lisp]] 编译器。
 
Steel Bank Common Lisp (SBCL) 是一个高性能的 [[Common Lisp]] 编译器。
 +
 +
SBCL 源于 [https://cmucl.org/ CMUCL]
  
 
==功能==
 
==功能==
第9行: 第11行:
 
Debian
 
Debian
 
  apt-get install sbcl
 
  apt-get install sbcl
 +
apt-get install rlwrap
 +
rlwrap sbcl // 自动匹配括号
 +
* (subst 10 1 '(1 2 (3 2 1) ((1 1) (2 2))))
 +
(10 2 (3 2 10) ((10 10) (2 2)))
 +
* (subst 11 2 '(1 2 (3 2 1) ((1 1) (2 2))))
 +
(1 11 (3 11 1) ((1 1) (11 11)))
  
 
==项目==
 
==项目==
第20行: 第28行:
 
*[http://www.sbcl.org/ Steel Bank Common Lisp官网]  
 
*[http://www.sbcl.org/ Steel Bank Common Lisp官网]  
 
*[http://docs.huihoo.com/lisp/common-lisp/sbcl/ SBCL User Manual]
 
*[http://docs.huihoo.com/lisp/common-lisp/sbcl/ SBCL User Manual]
 +
*[https://github.com/guicho271828/sbcl-wiki sbcl-wiki]
  
 
[[category:lisp]]
 
[[category:lisp]]
 +
[[category:Huihoo Foundation]]

2022年8月11日 (四) 00:49的最后版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Steel Bank Common Lisp Thanks, Wikipedia.

目录

[编辑] 简介

Steel Bank Common Lisp (SBCL) 是一个高性能的 Common Lisp 编译器。

SBCL 源于 CMUCL

[编辑] 功能

[编辑] 指南

Debian

apt-get install sbcl
apt-get install rlwrap
rlwrap sbcl // 自动匹配括号
* (subst 10 1 '(1 2 (3 2 1) ((1 1) (2 2))))
(10 2 (3 2 10) ((10 10) (2 2)))
* (subst 11 2 '(1 2 (3 2 1) ((1 1) (2 2))))
(1 11 (3 11 1) ((1 1) (11 11)))

[编辑] 项目

[编辑] 文档

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱