Re: sanity check (coding style)
- From: "josephoswaldgg@xxxxxxxxxxx" <josephoswald@xxxxxxxxx>
- Date: 29 Nov 2005 17:24:40 -0800
josephoswaldgg@xxxxxxxxxxx wrote:
> You could also do something like,
>
> (defun digest2string (v)
> (let ((*print-base* 16))
> (with-output-to-string (s)
> (map nil #'(lambda (e) (princ e s)) v)
> s)))
This of course has the same problem with non-two-digit vector elements
that Pascal Bourguignon pointed out on another example using format
"~x".
Ugh.
.
- References:
- sanity check (coding style)
- From: Sylvain
- Re: sanity check (coding style)
- From: Christophe Rhodes
- Re: sanity check (coding style)
- From: Sylvain
- Re: sanity check (coding style)
- From: josephoswaldgg@xxxxxxxxxxx
- sanity check (coding style)
- Prev by Date: AIM-8
- Next by Date: Re: sanity check (coding style)
- Previous by thread: Re: sanity check (coding style)
- Next by thread: Re: sanity check (coding style)
- Index(es):