Running a Common Lisp function from a Terminal command prompt

后端 未结 4 1180
终归单人心
终归单人心 2020-12-05 19:36

I\'m having some difficulty finding an answer to this, so maybe it isn\'t possible. I\'d like the flexibility of being able to load/compile a lisp file from a command line,

4条回答
  •  孤城傲影
    2020-12-05 20:16

    As other people have shown, pretty much all implementations have some of running Lisp code via the terminal. There are also some wrappers that provide a common interface to many implementations: CIM and cl-launch.

提交回复
热议问题