How do I compile and run a Common Lisp program from the directory of the .asd file?

前端 未结 0 341
迷失自我
迷失自我 2020-12-15 13:43

I have the following directory structure:

my-project/
├── my-project.asd
├── package.lisp  # defpackage.
├── utils.lisp  # Library.
└── main.lisp  # Main prog         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题