Is there something similar to the Python utility virtualenv or Ruby utility rvm?
I want to switch SBCL to Clozure CL, for example.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Management of software systems would be done by something like ASDF (define software systems and actions for them) and Quicklisp (downloading of software systems via central registration). AFAIK it does not deal with multiple versions of a software systems, such that you can say which version to load. Using different Lisps with the same library should work, since each Lisp usually has a different file type for compiled code (and/or uses a different directory for the compiled code).