SRFI-41 for Bigloo
Joseph Donaldson <[email protected]>
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <[email protected]> |
Hello, I recently adapted Phil Bewig's reference implementation SRFI-41 to work with Bigloo, both the native and jvm backends. It can be found at https://github.com/donaldsonjw/streams. SRFI-41 is a streams (lazy list) library for scheme. The SRFI-41 documentation is located at http://srfi.schemers.org/srfi-41/srfi-41.html. Best Regards, Joseph Donaldson