David McClain

Results 6 comments of David McClain

While I proposed inventing a new non-interactive mode to avoid the use of cached stream refs that may be DX (as in arriving via WITH-INPUT-FROM-STRING), another, possibly better approach would...

Hi There, A good, relatively simple example is the transactional Key-Value database in xTActors/actors-extra/transactional-db.lisp. It only needs the baseline Actors system (no remote Actors being used in the contained example)....

Have a glance at my-test.lisp - a very simple example to start you off… - DM > On Oct 20, 2022, at 12:10 AM, Lisp student ***@***.***> wrote: > >...

Ahh yes… You are missing my PROJECT-PACKAGES package that I load up at the very start. The Quicklisp system allows people to submit their packages using their own chosen package...

I have everything working in SBCL, except for the asynchronous socket connections. Lispworks has that already built in as a feature. I'd like to have the same thing in SBCL,...

Yes, leaving out Multi-Commit is just fine. Most of my coding is an experiment in what is possible. With multi-commit, I was looking for what it would take to keep...