guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Macro for Python-style debugging output


From: Thien-Thi Nguyen
Subject: Re: Macro for Python-style debugging output
Date: Wed, 30 Mar 2022 22:38:51 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

() Liliana Marie Prikler <liliana.prikler@gmail.com>
() Wed, 30 Mar 2022 21:08:12 +0200

   I think using plain old 'peek' might be preferable in most
   cases.  While you're missing out on the LHS expression, you
   can mix it with symbols arbitrarily, e.g. (peek 'my-function
   a b 'args+kwargs= rest)

For those who use Emacs, please find attached here pk-unpk.el,
for augmenting your editing puissance:

Attachment: pk-unpk.el
Description: application/emacs-lisp

-- 
Thien-Thi Nguyen -----------------------------------------------
 (defun responsep (query)               ; (2022) Software Libero
   (pcase (context query)               ;       = Dissenso Etico
     (`(technical ,ml) (correctp ml))
     ...))                              748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]