CodyReichert / awesome-cl

A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
https://awesome-cl.com
Other
2.48k stars 183 forks source link

Added Blackbird #466

Closed xlarsx closed 1 year ago

xlarsx commented 1 year ago

Hi good day, Added reference to Blackbird an excellent library for asynchronous programming.

Greetings,

vindarel commented 1 year ago

Hi, so is this a useful library whose topic is not covered in this list yet? Is it high-level enough, did you try it? (I'm curious, and any more feedback would be of interest to the people watching this repository). Thanks.

I suppose cl-async, by the same author, is another beast of its own and doesn't overlap Blackbird? https://orthecreedence.github.io/cl-async/

gwerbin commented 1 year ago

A "promise" can wrap any number of asynchronous or non-blocking operations, including but not limited to cl-async functions. It looks like Blackbird used to be part of cl-async, and was spun off into a separate library: https://orthecreedence.github.io/cl-async/future

vindarel commented 1 year ago

thanks