home.social

#abcl — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #abcl, aggregated by home.social.

  1. Tested with , , and .

    Calling just `version` use the following defaults:

    ```
    (version :version '(or version-file-line-0 system-version)
    :pre-release '(or version-file-line-1 (when git-non-main-branch (and git-current-branch git-current-commit)))
    :build-metadata '(git-current-branch git-current-commit current-time))
    ```

    It tries to locate your system based on the package you're in, but you can specify directly by passing a `:root` argument.

  2. Released an updated version (0.3.1) of sijo-doctest, a library for
    .

    This includes some quality of life features, bugfixes and support for , , and .

    github.com/simendsjo/sijo-doct

  3. 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.