-
It's sort of "a bit" works on Raspberry Pi 3 with Ubuntu MATE 16.04. File "glib.misc.lisp" does not have ARM architecture to define `G-SIZE` C-type. I've made it `:ULONG` - everything compiles, but no…
-
I'm having an issue with Vim + vlime + SBCL (version 2.1.11 - [the currently supported version on OpenBSD ports](https://openports.se/lang/sbcl) for OpenBSD. The SWANK server starts correctly and Vlim…
-
I fixed this by cloning a later version (`0.8.6`) into `~/common-lisp` so Quicklisp would pick that up instead of `0.8.3`, which it was picking before.
I also tried adding a `:version` constraint …
-
Need Interlisp installed!
-
Hi, I just tried loading colliflower on my machine soon after fetching the latest libraries using Quicklisp. This is the error I got:
Any ideas on how this could be fixed?
Thanks! :-)
```
Lock on p…
-
Hi,
The test in https://github.com/fukamachi/legion/blob/master/t/legion.lisp#L135 hard-codes a 1-1.3× duration as "test success", and anything slower as "test failure".
On my machine, a macbook…
-
I use Emacs for many years, and tried Vim recently to explore whether Evil mode is worth it.
Emacs uses mnemonic mappings. C-f, C-b, C-p, C-n. Forward, backward, previous, next.
What many users of…
-
Is it anything to do with http://research.cs.wisc.edu/condor/?
Alexandre
-
`(defvar *handler*
(clack:clackup
(lambda (env)
(declare (ignore env))
'(200 (:content-type "text/plain") ("Hello, Clack!")))))`
It works well on localhost,but can't Ope…
cl-03 updated
2 years ago
-
* Should we interpolate in server or client?
* `/@(?'lisp'\((?>(?1)|[a-z0-9@]| )*\))/i`
```crystal
LISP_REGEX = /@(?'lisp'\((?>(?1)|[a-z0-9@]| )*\))/i
# ...
parameter.gsub! LISP_REGEX do |match…