vindarel
vindarel
Not possible ATM because the current QL build environment does not include Quicklisp itself. https://github.com/quicklisp/quicklisp-projects/issues/1432
this allows me to see the common-lisp page. Otherwise, I'm blocked. Best,
Hello, installation instructions would be a plus :) I can install Tauri I suppose (which I don't know yet), then is there specific commands? Best,
from https://stackoverflow.com/questions/78550959/how-can-i-lazily-traverse-a-directory-in-lisp
file-finder is a rapid file search and manipulation library. https://github.com/lisp-maintainers/file-finder Example: ```lisp (finder "fil" (extension= "lisp")) ``` => recursively find all files whose path name contains "fil" and have a...
### Initialize the ASDF source registry with all projects in ~/dev/lisp/, excluding specific project directories (asdf/ and old/). - In the source registry, :EXCLUDE *overrides* any previous exclusion. Really not...
www.eggheadgames.com > No secret. A little puzzle app company I’ve been running for a while: www.eggheadgames.com. No ads or gamification. Just classic paper magazine puzzles. Pay for more or subscribe...
from https://www.reddit.com/r/Common_Lisp/comments/1ezcp76/common_lisp_cookbook_equality/
A styleguide can be beneficial to… guide new contributors. There aren't a lot of "don't"s or "must"s. I gathered remarks that were applied on some pull requests, and you might...
why: too many system dependencies (sdl2, libmagic, jpeg-turbo), not actually used now. see https://github.com/ciel-lang/CIEL/pull/52