You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Carl Gay edited this page Jul 13, 2014
·
2 revisions
There are a few areas where we need to improve our collections.
Merge collection-extensions with collections
Much of collection-extensions could be merged with collections. It is confusing to have multiple libraries providing additional collections.
Some of what is in collection-extensions may not belong in collections in the same form, so some consideration may be required. (I'm thinking of things like sequence-diff here.)
Merge tries into collections
Carl Gay has an implementation of tries in uncommon-dylan that should land in collections. This will make the logging library one step closer to not requiring anything other than a standard Dylan distribution.