unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Lazy pairs for Guile
@ 2004-12-21  5:36 Oleg A. Paraschenko
  0 siblings, 0 replies; only message in thread
From: Oleg A. Paraschenko @ 2004-12-21  5:36 UTC (permalink / raw)


  Hello,


  maybe of some interest:

Lazy pairs for Guile
http://uucode.com/texts/lazypair/index.html

  In my applications, I'd like to represent tree-like structures as
the real Scheme lists to Guile. There are two issues here:

* structures are big enough. Making a full copy of data is overhead,
  so I'd like to instantiate tree branches on demand.

* Scheme list functions such as car, cdr, for-each etc should work
  on exposed data.

  These issues are solved by patching Guile source code. Not the best
way, but it works for me. Comments are appreciated.


  Regards, Oleg


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-21  5:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-21  5:36 Lazy pairs for Guile Oleg A. Paraschenko

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