malkomalko wrote:on a side note: how do you go about altering the built in packages? I want to change some of the syntax for the lisp package but it appears the packages are not easily accessible for updating, and even if I could, would get overwritten with a version update.
The prefered way is to extract the relevant file from the archive, place it in the User package and modify it there. Chances are, that the old "base" file is overridden by loading precedence (considering the filename) or by using the same uuid - not sure how this works exactly.