fukamachi / cl-project

Generate modern project skeletons
MIT License
247 stars 40 forks source link

Option to create an application with auto-load at every CL startup. #33

Closed asdr closed 5 years ago

asdr commented 5 years ago
fukamachi commented 5 years ago

I don't think it's a good way to add in cl-project because it's not easy to manage in a init file. How about just creating your projects in ~/common-lisp or ~/.roswell/local-projects (if you're using Roswell)? Symbolic links also would work.

asdr commented 5 years ago

My intention was the opposite. Instead of dealing with symbolic links or directory locations external to the code and project, I thought to have the ability to create projects in init file at runtime could be useful.

fukamachi commented 5 years ago

Have you looked at Qlot? I've been using it for managing project-local dependencies.

asdr commented 5 years ago

No, I haven't. I will check it out. Thank you.