Comment on A Road to Common LispComments−hirow8yJust recently searched for an IMAP library but only found one for Allegro Common Lisp. The lack of libraries is one of my biggest concerns when it comes to using Lisp in production.−vindarel8yIt isn't that bad:- https://github.com/CodyReichert/awesome-cl - http://quickdocs.org/−flavio818yThere are two more libs on Cliki:https://www.cliki.net/emailAnd note that CLiki does not cover all that it's out there.−fiddlerwoaroof8yI know from experience that clonsigna is broken :) I don’t think it would be difficult to fix, but, as is, it doesn’t work very well.
Comments
Just recently searched for an IMAP library but only found one for Allegro Common Lisp. The lack of libraries is one of my biggest concerns when it comes to using Lisp in production.
It isn't that bad:
- https://github.com/CodyReichert/awesome-cl - http://quickdocs.org/
There are two more libs on Cliki:
https://www.cliki.net/email
And note that CLiki does not cover all that it's out there.
I know from experience that clonsigna is broken :) I don’t think it would be difficult to fix, but, as is, it doesn’t work very well.