|
| From: | felix winkelmann |
| Subject: | Re: [Chicken-users] s11n among different chicken versions |
| Date: | Fri, 21 Jul 2006 08:58:50 +0200 |
On 7/21/06, Daishi Kato <address@hidden> wrote:
So, the question is if there is an easy way to "write" a hash-table. Converting a hash-table into an alist looks the way to go, except that my hash-tables are nested. Any idea would be welcome.
Well, I would use s11n ;-) Otherwise, using your own
mapping from hash-tables to a-lists would be the way
to go. You might also use SRFI-10 ("#,...") syntax to integrate
this into the reader.
cheers,
felix
--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp
| [Prev in Thread] | Current Thread | [Next in Thread] |