On Tue, Apr 20, 2021 at 07:30:50AM +0200, Davide BERTOLOTTO wrote: > I don't know of any *Function global, but hey, it's lisp ;) you can do your > own 'de' like this, with a docstring clojure-style (after args) > > (de de+ Rest > (let ((@Name @Args Doc . @Body) Rest) (macro (de @Name > @Args ~'@Body)) (put @Name 'Doc Doc) > Name))
Right. 'de+' is even better than redefining 'de' (and easier), as it indicates the changed behavior. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe