Svante von Erichsen

Results 24 comments of Svante von Erichsen

The debian build doesn't seem to have or pull the new cl-mssql (doesn't find the new `init` symbol).

You will have to build an image for that architecture (M1 Mac). There are ways to build multi-architecture images: https://docs.docker.com/build/building/multi-platform/

6000 tokens is not very much. It certainly doesn't make sense to change the code just to accomodate some external analysis. If you want, fork the repo, then you can...

I have a hunch that thinking about the reader or macro expansion time is not the right direction for this. It needs to be in the evaluation rules, and maps...

This would be fixed by pull request #7 .

May I poke here? I discovered when getting a new laptop that I apparently monkey patched the pull request #7 at the old one, but I think this is actually...

Yes, thanks for the heads up. `let-nom` is based on `nom`, which checks everything before evaluating, and then it tries to check the var, e. g. `->`, but that fails...

I don't see how. `let-nom` and `let-nom>` have quite different semantics: the latter just short-circuits and returns out, while the former propagates and goes into the body. Maybe one could...

読めないよ。

`Submit-task` submits a task to a channel and returns immediately, then a worker asynchronously fetches and handles it. I'm not sure about the `batch concurrency` setting in your load file,...