Manfred Bergmann

Results 102 comments of Manfred Bergmann

I'm running into this issue as well. "C-c a" clashes with 'Agenda view'. This PR would probably work as well, but it's not merged yet: #324 So I have this...

Gota think about this. Interesting topic, in particular as I never really worked with networking code in CL.

The agent for those two could be generic. Both functions `assoc` and `getf` could be supported depending on whether the user uses the agent for a plist or alist. I...

I think an acceptable interface would be to allow `agent-assoc` and `agent-getf` with `setf` but only do a `agent-dolist` with a lambda where the user can arbitrarily use `remf` of...

What I mean is that the removal (mostly `delete`) of entries in at least the alist seems combersome and I thought it should be done by the user that can...

> `remf` could be abstracted to handle plists and alists the same way. Yeah. I think that would make sense here.

generic-cl looks like an interesting project. I didn't know it. I just had a quick look at generic-cl. Does it use the standard Common Lisp collections under the hood? Yeah,...

Just my 2 cents. > Turns out it has a blocking SELECT statement Depending on how it is implemented a blocking thing can be more resource intensive. (I had to...

Doesn‘t need to be at compile time. Just thiught this might be a good place as I have seen no other „init“ hook in lispworks.lisp.