It's no secret that I've been angling to try and implement a generic 
collections library in Racket for a while now. After a few iterations, I think 
I've found a model I'm satisfied with. It's become big enough to now consider 
useful, so I'd like to get some feedback. If you're interested:

$ raco pkg install alexis-collections

I've also made the documentation available online here:
http://lexi-lambda.github.io/racket-alexis-collections/

For those interested, the library itself is largely based on Clojure's approach 
to sequences (as such, it only supports immutable collections, at least for 
now). The documentation includes an introduction to the library's general 
philosophy, a few examples of usage, and a comprehensive API reference.

Please let me know what you think, break it, and send me bug reports and/or 
feature requests! I'd like to see how practical this model is in existing 
Racket code as well, so let me know if you encounter any problems applying it 
to other idioms.

Thanks,
Alexis

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to