Lisp in a box 安装指南 - JAAN的专栏 - 博客频道 - CSDN.NET

Lispinabox是一款为Common Lisp编程打造的集成开发环境,包含Emacs编辑器、SLIME交互模式、Quicklisp库管理和CCL Lisp编译器。它提供了一个几乎无痛的学习环境,特别适合Lisp编程新手。只需下载并解压对应操作系统的版本,无需安装,通过运行特定脚本即可启动。对于中文支持,需修改lispbox.el文件,设置编码为UTF-8。
摘要由CSDN通过智能技术生成

Lisp in a box 安装指南 - JAAN的专栏 - 博客频道 - CSDN.NET


Lisp in a box 安装指南


分类:
LISP


189人阅读
评论(0)
收藏
举报

 



什么是Lispbox?

lispbox 是Common Lisp的集成开发环境。实际是Lispbox只是组合配置了Emacs编辑器,SLIME(Emacs的高级Lisp 交互模式)和Quicklisp 库管理工具和CCL Lisp编译器。
这些工具组合在一起给你了你所期望的一个ide能给你的所用的功能集合,甚至更多。Lispbox使你可以迅速和简单的投入使用。
Lispbox可以让新的Lisp程序员在一流的开发环境上近似于无痛的起步。所以强烈建议新手下载安装Lispbox作为学习Common Lisp的开始。


Lispbox的安装和使用

想使用Lispbox很简单,只要下载和解压对应你操作系统的版本即可。不需要安装!可以通过运行lispbox.bat (Windows) / lispbox.sh (Linux) / Emacs (OS X)开始Lispbox使用。
下载地址:http://common-lisp.net/project/lispbox/

Lispbox的中文问题

默认的Emacs没有开启UTF-8字符集支持,所以并不支持中文,甚至中文注释也不行。如果输入中文将会出现如下错误:
CL-USER> '你好
slime-net-send: Coding system iso-latin-1-unix not suitable for "00004c(:emacs-rex (swank:listener-eval \"'你好
\") \"COMMON-LISP-USER\" :repl-thread 4)"
要对中文支持需修改文件解压后的文件夹下的文件 emacs-23.2\site-lisp\lispbox.el
在(require 'slime) 这一行的后面增加一行:
(setq slime-net-coding-system 'utf-8-unix)
也可以设置成其它编码,重启Lispbox即可。

What is Lispbox?

Lispbox is an IDE for Common Lisp development.

Actually, Lispbox is just a pre-configured packaging of the Emacs editing environment, SLIME (The Superior
Lisp Interaction Mode for Emacs), the Quicklisp library manager, and the Clozure Common Lisp compiler.

Combined, these components integrate to provide all of the functionality you would expect from an IDE, and more. Lispbox makes it quick and easy to get started using them.

 

Lispbox test builds

To get Lispbox, simply download and extract the distribution for your platform. No installation required! Start Lispbox by running lispbox.bat (Windows) / lispbox.sh (Linux) / Emacs (OS X).

Known issues:

  • The Mac OS X version currently requires OS X 10.6 Snow Leopard.
  • The Linux version requires GTK2 and some other common libraries, and has issues with glibc on some Linux distributions.
  • All versions require a CPU with SSE2 support (anything relatively recent).
posted on 2012-06-25 09:59  lexus 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/lexus/archive/2012/06/25/2560760.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值