home.social
  1. Finally we have got an update of Quicklisp distribution.

    A multiple Common Lisp libraries were added in this release:

    blog.quicklisp.org/2024/10/oct

    Please read the list and send in the comments the 3 lisp libraries that you consider the most interesting!

  2. A new interesting project was added to Ultralisp.org recently:

    github.com/garlic0x1/fusillade

    It allows to run map and filter on a thread pool.

    It is a lightweight alternative to LPARALLEL useful in case if all you want is to just speedup some pieces of your code without need to think about shared pools, futures, etc.

    is

  3. I've already did a "lisp project of the day" post about cl-cont (40ants.com/lisp-project-of-the), but today I've decided to create a more realistic example of usage.

    Let's imagine we want to create a dialogue system which on each step returns a callable. User should call the function and give it the response.

    Here is how a simple dialogue will look like without continuations...

  4. Lisp package of the day is github.com/mmontone/schemata

    It provides schema validation, serialization and deserialization facilities.

    Also probaly a random data generation will be available soon which is useful for fuzzy testing.

  5. Interesting is there an implementation of the Circuit Breaker pattern for ?

    I didn't find any in the and .

    Probably I've missed something?

  6. I just found a very interesting project which shows how to extend the LOOP macro: github.com/Gleefre/loop-contin

    It was added to Ultralisp.org recently.

    This code should work on , , , and implementations.

  7. Good news, everyone! I've just published a new video about and - virtualenv-like tool for making your builds stable:

    - YouTube: youtube.com/watch?v=jLkqYVTqM38
    - Fediverse: diode.zone/w/fQjv2onBrGrnQpMWx

    Turn on english subtitles!