chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Creating new types and their representation in the


From: Thomas Chust
Subject: Re: [Chicken-users] Creating new types and their representation in the REPL
Date: Wed, 7 Jul 2010 21:13:01 +0200

2010/7/7 Jack Trades <address@hidden>:
> I'm sure this is a simple question but I can't quite figure it out.  Is
> there a way to get (define-record ...) to print out something other than the
> tag of the record?
> [...]

Hello Jack,

I think you are looking for define-record-printer from CHICKEN's
standard library:

  
http://chicken.wiki.br/man/4/Non-standard%20macros%20and%20special%20forms#define-record-printer

Ciao,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.



reply via email to

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