unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Guix records
@ 2021-02-05 16:51 Olivier Dion via General Guile related discussions
  2021-02-09 23:14 ` Taylan Kammer
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Olivier Dion via General Guile related discussions @ 2021-02-05 16:51 UTC (permalink / raw)
  To: guile-user

Hello,

In the module (guix records), there's some very nice syntax rule
`define-record-type*` that allows very powerfull declarative style of
records.  For example:
----------------------------------------------------------------------
(employee
  (age  30)
  (name "Foo")
  (profession "Teacher"))
---------------------------------------------------------------------- 

I would like to use this feature in my software.  However, I don't want
to have Guix as a dependency only for that.  For now, I've copied the
content of (guix records) into (my-software records).  But this put
burden of maitenance into my hands.

Thus, I'm looking for an alternative, perhaps there's a Guile library
(other than Guix' module) or a SRFI that offers similar feature?

-- 
Olivier Dion
PolyMtl



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

end of thread, other threads:[~2021-02-26 17:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 16:51 Guix records Olivier Dion via General Guile related discussions
2021-02-09 23:14 ` Taylan Kammer
2021-02-10  1:02   ` Dr. Arne Babenhauserheide
2021-02-10  5:37     ` Taylan Kammer
2021-02-10  8:38       ` Dr. Arne Babenhauserheide
2021-02-09 23:32 ` Aleix Conchillo Flaqué
2021-02-10  0:28   ` Olivier Dion via General Guile related discussions
2021-02-10 21:11     ` Aleix Conchillo Flaqué
2021-02-26 17:36 ` Ludovic Courtès

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).