-
The interface databases that CCL uses are generated by a program called ffigen4. It is a set of patches to gcc-4.0.0 (see http://svn.clozure.com/publicsvn/ffigen4/)
These patches should be brought …
-
- [x] pgloader --version
```
$
docker run --net host --rm dimitri/pgloader:ccl.latest pgloader --version
pgloader version "3.6.3~devel"
compiled with Clozure Common Lisp Version 1.11.5/v1…
-
Someone is messing up here. :-)
```
? (require 'asdf)
ASDF
("uiop" "UIOP" "asdf" "ASDF")
? (pushnew #p"home:someplace;**" asdf:*central-registry*)
(#P"home:someplace;**")
? (asdf:find-system …
-
On OS X 10.11 and SBCL 1.2.1 when I run '(asdf:operate 'asdf:load-op :cocoahelper)' nothing happens. I do not see a new application in the dock and when I run the examples they simply hang without pro…
-
## Describe the bug
Qlot does not install dependencies of dists specified in `qlfile`. Am I doing something wrong?
## Reproducible steps
```bash
mkdir -p ~/tmp/qlot-test
cd ~/tmp/qlot-test
…
-
From what I see 'xterm' is hardcoded in several places in the 'src' directory files:
So if I issue ')edit /path/to/my/file:
*********************************************************
Warning: envi…
-
Maxima has this function:
```
(defun extreme-float-values (x)
(typecase x
(short-float (values most-negative-short-float most-positive-short-float))
(single-float (values most-negative-…
-
I get the following error using slime to load ccl.
(progn (load "/Users/Vinay/Projects/slime/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-stri…
vinay updated
1 month ago
-
The vulkan port of kons-9 is currently github.com/awolven/kons-9 in the krma branch. Unfortunately there have been over 50 commits to the opengl side of things since the vulkan port was introduced. …
-
CLHS apparantly requires implementations to provide a macro-function for non-ANSI special-operators http://www.lispworks.com/documentation/lw71/CLHS/Body/f_macro_.htm with the line:
> The macro def…