下载地址:https://beta.quicklisp.org/quicklisp.lisp 之后在emacs的slime(就是那个CL-USER>后面)中输入(load "[quicklisp.lisp的路径,比如d:/apple/banana/melon/quicklisp.lisp]"),注意这里的路径中用"/"就好,"\"的话应该会出错。刚才的语句加载了quicklisp.lisp文件; 然后首次安装初始化:输入并执行(quick...
common lisp 学习之环境搭建(windows) 下载lisp in a box 包,地址:http://common-lisp.net/project/lispbox/,解压至任一目录 安装emacs : 进入 lispbox-x.x/emacs-x.xx/bin,点击运行 addpm.exe,为你自动安装,随即gnu emacs 出现在你"开始"-》“所有程序” 里 启动emacs, 按下 C-x C-f ,输入 ~,查...
lisp两大阵营common lisp和scheme的宏比较 问题源自Paul的《ANSI Common Lisp》第10章:写出满足下面条件的nth-expr宏 (let ((n 2)) (nth-expr n (/ 1 0) ( + 1 2 ) (/ 1 0 ) ) ) 最开始学lisp学的是common lisp,第一次接触宏,这个问题想了半天实在想不出来,common lisp的宏比较难写,不仅仅由...
我是新人学习comm..现在正在学习实用common lisp教程,但是没有一个好用的开发环境,从前没有学习编程,所以有些笨拙。现在使用的是lispworks,但是三十天试用期快过了,希望大家能给一个windows好用的开发
Windows下。以前用Doctor scheme,现在改名了叫PLT Scheme,但还是原始粗糙,受不了。 Common lisp有没啥大点的东西多点的编程环境? 不要求能与Visual Sudio C++、Delphi之类动辄几百兆上G的东西相抗衡,只要比PLT Scheme强点就行。语法高亮多种颜色显示代码一定要有。
"Franz has further advanced its industrial-strength Common Lisp platform with the release of Allegro CL 11. Impressive ARM support on both Mac and Linux means switching architectures is painless. Internally, hashtables and sorting are measurably improved. ACL 11 is a great platform for development...
“Franz has further advanced its industrial-strength Common Lisp platform with the release of Allegro CL 11. Impressive ARM support on both Mac and Linux means switching architectures is painless. Internally, hashtables and sorting are measurably improved. ACL 11 is a great platform for development...
"Franz has further advanced its industrial-strength Common Lisp platform with the release of Allegro CL 11. Impressive ARM support on both Mac and Linux means switching architectures is painless. Internally, hashtables and sorting are measurably improved. ACL 11 is a great platform for development...
common-lisp之Common Lisp 中的重置状态 新手Common Lisp 问题在这里。 有没有办法重置环境的状态?我的意思是,是否有一些命令可以将 REPL 恢复到启动后的相同状态,即取消所有变量、函数等。或者如果这不在 Common Lisp 标准中,是否有一些扩展在SBCL(我使用的实现)中做到这一点?
你可以使用几种选项——在本文中我使用CLISP,它在Windows、Linux和Mac(仅PPC)上运行良好。如果你使用英特尔Mac,则必须使用其它执行,如Allegro Common Lisp或SBCL。对于这篇快速入门中的简单例子,你使用哪个执行都不要紧。 使用Lispbox可 以快速安装Common Lisp系统,Lispbox为你提供一个Common Lisp执行、Emacs和SLIME——...