What is Nostr?
screwlisp /
npub1n6w…rzel
2024-12-11 08:52:51
in reply to nevent1q…0pxq

screwlisp on Nostr: nprofile1q…qde2h one idea is to try making your new package like this: (require ...

nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqxthsnnghl883w5wsjpknjk0jlapvejyepaqx3248ajwg697lc9qqgqde2h (nprofile…de2h) one idea is to try making your new package like this:

(require "asdf")
(uiop:define-package :new-package (:mix marks-package :clim :clim-lisp :cl))
(in-package :new-package)

this is vaguely incompatible with the style of using -user packages I think, like :clim-user, but :mix and :mix-reexport are super useful (ie further left package definitions shadow less far left ones)
Author Public Key
npub1n6w9sqrgjr37x83sdcs9rrerd9jlrk8wjajqzawhftacsa5603xs8krzel