newsFunctionals Library for Java - News

 
 

Shifted from lazy lists to iterators

Item posted by Douglas Michael Auclair <dauclair> on Thu 08 May 2003 05:41:08 AM UTC.

The functional library had a lazy list implementation to facilitate dealing with infinite lists and lazy (vice eager) programming.  Field testing this library, however, indicated that java.util.Iterator was just as effective and less buggy to boot, so the library now uses iterators.

Commented out the logical framework, lazy lists, the tests, and a-lists, as they all depend on lazy lists. ... As I convert those packages from lazy lists to iterators, they will become part of the build again.

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code