[Chicken-users] ANN: lazy-seq, a port of Clojure's lazy sequence API

2012-06-02 Thread Moritz Heidkamp
Fellow Chickeneers, a few weeks ago I (more or less silently) released the lazy-seq egg which I hereby retroactively announce to the public. For a bit of discussion on why I made it and how it compares to SRFI 41 streams, read my blog article about it here:

Re: [Chicken-users] ANN: lazy-seq, a port of Clojure's lazy sequence API

2012-06-02 Thread Peter Danenberg
This is great, Moritz; thanks! I've missed the transparent laziness of seqs in Scheme, too; I never use SRFI-41 because of the bizarre parallel-universe SRFI-1 that they had to create. In fact, SRFI-41 is a parallel Scheme due to the fundamental things they had to re-implement: cons, lambda,

Re: [Chicken-users] Emacs and Chicken on Windows

2012-06-02 Thread Daniel Leslie
FYI, I've updated this script. It's now far, far faster than it was. That is to say, there's no longer a completion delay on my netbook. -Dan On Tue, Apr 3, 2012 at 8:06 PM, Daniel Leslie d...@ironoxide.ca wrote: Perhaps of some interest is the work I've put into my Emacs scripts for Chicken.