mndrix / list_util

Prolog list utility predicates
The Unlicense
11 stars 5 forks source link

reimplement nblist.pl with library(lazy_lists) #23

Open mndrix opened 7 years ago

mndrix commented 7 years ago

As of SWI-Prolog version 7.3.32, library(lazy_lists) provides a standard way to convert a stream into a lazy list. It would be nice to replace our homegrown nblist.pl with calls to the standard library.