|
|
|
|
|
by lispm
517 days ago
|
|
That has been done in the past and was never widely supported. But the landscape is now slightly different. One approach might be to use ASDF (the most popular systems management tool), which then would need to be upgraded to use versions (and ideally have it integrated into a repository mechanism -> Git or similar... Also what are versions in a decentralized world?). ASDF operations then would need to be able deal with version numbers. A Lisp image would then know/track which versions of what code it has loaded/compiled/... Version information would be stored with the other source files. |
|
Could you share some examples of how the old systems did this?