guile-devel
[Top][All Lists]
Advanced

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

Lazy pairs for Guile


From: Oleg A. Paraschenko
Subject: Lazy pairs for Guile
Date: Tue, 21 Dec 2004 08:36:23 +0300

  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




reply via email to

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