Setting up a working Common Lisp environment for the aspiring Lisp newbie

后端 未结 7 1295
小鲜肉
小鲜肉 2021-01-30 18:52

I\'ve been a UNIX sysadmin for a long time, and aside from automating tasks with shell scripting, some light PHP work, and a few simple C programs, I\'ve never done much in the

7条回答
  •  隐瞒了意图╮
    2021-01-30 19:15

    I can say that Emacs is a good environment for writing Lisp, since I used it in college to that end. The *scratch* buffer provides a good place for test code. The compiler docs should say how to call them, so you can write out your files to disk and then run them in a shell window, or use one of Emacs' modes to integrate the edit-compile-and-run. (Sorry I'm not more specific, it's been 15 years.)

提交回复
热议问题