unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Change interpreter from octets to hex?
@ 2018-08-20  5:54 Joshua Datko
  2018-08-21  4:32 ` Mark H Weaver
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Datko @ 2018-08-20  5:54 UTC (permalink / raw)
  To: guile-user

Hello,

Is it possible to change the default interpreter behavior to display
hex instead of octets for bytevectors and u8-lists? And if so, how to
do so?

The default, as y'all know is:

scheme@(guile-user)> #vu8(#x0a #xaa)
$6 = #vu8(10 170)

But I would like instead the output to be:
$6 = #vu8(#x0a #xaa)

It's easy enough to make a format function but it'd be more convenient
if this was the default for me.

Thanks,

Josh



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-21 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-20  5:54 Change interpreter from octets to hex? Joshua Datko
2018-08-21  4:32 ` Mark H Weaver
2018-08-21 19:32   ` Joshua Datko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).