freenode/#lisp - IRC Chatlog
Search
5:36:55
marvin2
is there a pattern matching library with ability to attempt multiple matches if prior ones failed?
5:37:32
slyrus
finally. I remembered. bogus type declaration in fast-http that hadn't been updated on this machine.
6:21:21
goosnargh
borei: Yes. (defmethod foo (a b) (cons a b)) (sb-thread:make-thread #'foo :name "FOO" :arguments '(x y)) => #<SB-THREAD:THREAD "FOO" FINISHED values: (X . Y) {1003C8D9E3}>
7:26:48
beach
minion: memo for borei: You can't execute a method independently of the generic function it belongs to. What goosnargh suggested implicitly creates a generic function named FOO and passes it to the thread creation.
7:30:12
goosnargh
beach: Yes, that's right. I left out the SBCL warning: "WARNING: Implicitly creating new generic function COMMON-LISP-USER::FOO."
7:32:06
beach
It is important to use the correct terminology. Either borei was using the correct terminology and the answer to the question was "no", or else borei was not using the correct terminology, and that fact should be pointed out.
7:32:40
beach
Otherwise, here on #lisp the discussion tends to degenerate into a pointless exchange with undefined or badly defined terms.
11:37:58
oleo
i'm trying to build supercollider but it failed at sclang in libreadline which told me i don't have the references to the symbols tgetstr etc..which seems to be a thing of curses/termcap....
11:40:10
oleo
tried to reinstall some of the modules, am recompiling right now, will see if it will work soon
12:50:09
antoszka
is Nikodemus here? Looks like OSICAT is missing the BABEL dependency in the ASDF system definition.
12:58:53
Shinmera
The code's public but I won't release it for probably another decade given the things I want to do and the speed at which I'm progressing
13:34:55
antoszka
fe[nl]ix: Yeah, I've dug down to that. For some reason (somehow broken dependency resolution in QL) -- when I load CFFI on a fresh QL installation, BABEL gets pulled in as a dep correctly.
13:35:32
antoszka
fe[nl]ix: When I load OSICAT directly, BABEL *does not* get loaded and I fail with a non-existent babel error from CFFI from OSICAT.
13:44:31
BW^-
Can I use Relaxed Radix Balanced Trees as an extended Union Find, which gives me Union Find Split ?
13:50:25
antoszka
fe[nl]ix: will that use the same ASDF that QL uses? I'm a bit puzzled about which ASDF is used when (one is bundled with whatever CL I use, another is bundled with QL, another is quickloadable?)