-
Hi,
I use Debian 12 (emacs 28.2, debian meta package 1:28.2+1-15), and elpa-ess package 18.10.2+git20220915.
Trying to load the ess environment (M-X R), I get the answer :
Loading file /usr/share/e…
-
Parinfer thinks that semicolons between vertical bars is a comment (it's not). At least in common lisp, racket, and lumen this is wrong
```racket
(define |;| 5)
(print |;|)
```
is changed to
`…
-
Is there any desire for type aliases? Are they feasible? If they are, are there reasons to not support them?
E.g.
```
(define-alias Thing (Optional (Tuple String Integer)))
(define-alias …
-
```
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…
-
```
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…
-
I keep on going around on this. I don't think the "Project Ideas" were successful in inviting anyone to ask any questions or consider any projects. It's still pretty amorphous. [Google docs projects](…
-
[CIM](https://github.com/KeenS/CIM), Common Lisp Implementation Manager, simplifies the installation and use of various CL implementations, including SBCL. It's used by [cl-travis](https://github.com/…
-
Thank you for this project.
Here are some existing projects that we might take into account in the design (for inspiration and some lessons to learn).
https://github.com/jolby/rincanter -- an existi…
daslu updated
10 years ago
-
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 …