-
It is very much extensible hackable browser written in common-lisp.
Very much like emacs for text editor/environment.
Link: https://github.com/atlas-engineer/nyxt
Note: It won't be as friendly …
-
```
Welcome to Macintosh Common Lisp Version 5.2.1!
? (read-from-string "0.6146281499692686 ")
0.61462814
19
? (setf *READ-DEFAULT-FLOAT-FORMAT* 'double-float)
DOUBLE-FLOAT
? (read-from-string "0.6…
-
```
Welcome to Macintosh Common Lisp Version 5.2.1!
? (read-from-string "0.6146281499692686 ")
0.61462814
19
? (setf *READ-DEFAULT-FLOAT-FORMAT* 'double-float)
DOUBLE-FLOAT
? (read-from-string "0.6…
-
As you can see here: https://common-lisp.net/project/cl-test-grid/library/data-table.html , you recent change from `#\no-break_space` to `#\u00a0` fixes ABCL but breaks CMUCL.
I would suggest to use …
-
Minimal reproducible example -
```cl
(in-package :common-lisp-user)
(defpackage "APP"
(:use :clim :clim-lisp)
(:export "APP-MAIN"))
(in-package :app)
(define-application-frame superapp ()…
-
Slime REPL buggy behavior:
CL-USER> (describe *standard-input*) ; bombs - The function COMMON-LISP-USER::GET-SLOTS is undefined.
CL-USER> (describe *standard-output*) ; bombs - The function COMMON-LI…
-
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…
-
First let's do a direct port from cl-markless into JavaScript. No need to worry about how terrible the code is or speed or anything. Doesn't even need to work. Just have all that Common Lisp in JS.
-
```
What steps will reproduce the problem?
1. With Lispworks 6.1 Professional Edition on Windows 32 bit -
(ql:quickload "lispbuilder-sdl")
What is the expected output? What do you see instead?
Expe…
-
In section 3.4, you introduce `` ` `` and `,` in the `our-if-v2` macro. I know about the interplay of `` ` `` and `,` from fooling around with Common Lisp a bit, but that was the first I've seen them …
lojic updated
6 years ago