gpt4 book ai didi

macos - 在 SublimeText2 中构建 Lisp 代码

转载 作者:太空宇宙 更新时间:2023-11-03 18:41:38 27 4
gpt4 key购买 nike

有什么方法可以在 Mac OS 上的 ST2 中构建和运行 common lisp?我知道 SLIME 和 Emacs,但我对 ST 很感兴趣

最佳答案

首先你必须安装解释器,在我的例子中我使用了sbcl .

安装后就很简单了。在 ST2 上,转到Preferences/Browse Packages,转到 Lisp,添加一个新文件 Lisp.sublime-settings,其中:

{
"cmd": ["sbcl", "--script", "$file"],
"working_dir": "${project_path:${folder}}",
"selector": "source.lisp",
"osx":
{
"cmd": ["/opt/local/bin/sbcl", "--script", "$file"]
},
// exemple in windows with CLISP
"windows":
{
"cmd": ["clisp", "$file"]
}
// exemple in windows with SBCL
// "windows":
// {
// "cmd": ["sbcl", "--script", "$file"]
// }
}

关于macos - 在 SublimeText2 中构建 Lisp 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10197787/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com