On Sun, 26 Jun 2022 16:55:26 +0200 Maxime Devos <maximede...@telenet.be> wrote: > jgart schreef op zo 26-06-2022 om 09:43 [-0500]: > > > Or a new 'define-public-hidden': > > > > > > (define-public-hidden python-httplib2 > > > (package > > > (name "...") > > > ...)) > > > > I like this idea. You'd implement that as a macro that inserts > > hidden-package for the user of define-public-hidden? > > Yep.
Cool. I'll try to write that macro and share it later if I get around to it. I'm more comfortable currently with define-macro that with define-syntax-rule :(