22:48:19phoe_krkI'll make both versions for complainers' sake.
22:48:50phoe_krkSo you can call (pseudonyms:set-type :hashmap) or (pseudonyms:set-type :alist)
22:49:01phoe_krkand it'll properly set the backend.
22:49:10phoe_krkWill be a fun exercise, so I'll do it.
22:49:52phoe_krkMake an abstraction layer above the underlying data type.
23:03:59PuercoPopphoe_krk: don't worry about that, at best just add a design-decisions.org to explain your choice. gtg, happy hacking!
23:17:30raltBike: oh my, set-syntax-from-char is amazing :)
23:26:27gabriel_laddelCould someone please inform me as to how I would write a (bootable) .iso file to a CD on linux? This shouldn't be difficult, and it works for USBs...
23:27:08gabriel_laddelGoogling around however is turning up nothing but a bunch of "use XYZ gui on Ubuntu"
5:08:05FareI added an annotation with the contents of the params file
5:09:02Farenote that the system has a libgcc_s.so but not .a. Also I have no idea what in that command is telling the linker to produce a static output, or how that thing works inside google... I'll try to reproduce...
5:19:30Farewow, the corresponding command inside google is full of junk
5:25:12jasomyou *really* don't want to statically link sbcl with gcc
5:25:25jasomas the warning it shows indicates odd things may happen
5:29:30jasomin general you wouldn't want to hard-code the rpath either like this is doing, but that should be a non-issue for a fully enclosed executable
10:42:52beachSuppose I have two or more otherwise unrelated GIT repositories that have a file in common. What would be a good way of making sure the file always has the same contents in both repositories?
10:44:06beachLunch. I'll look at possible suggest when I get back.