#abcl — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #abcl, aggregated by home.social.
-
Tested with #SBCL, #ECL, #CCL and #ABCL.
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.
-
I just found a very interesting #CommonLisp project which shows how to extend the LOOP macro: https://github.com/Gleefre/loop-continue
It was added to Ultralisp.org recently.
This code should work on #SBCL, #CLASP, #ALLEGRO, #ABCL and #ECL implementations.
-
@scdollins Java #Processing works well inside #abcl #CommonLisp if you're into that. Cool generative art.