-
Steps to reproduce
Put this some file
```
;; foo.lisp
(defstruct foo)
(defclass foo () ())
```
Then open it with latest `main` (I tested with `35e010f4de35d7713f632dadbf82be31176bcf32`), an…
anlsh updated
2 months ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR21114](https://bugs.llvm.org/show_bug.cgi?id=21114) |
| Status | NEW |
| Importance | P normal |
|…
-
Imported from SourceForge on 2024-07-05 16:38:16
Created by **[tufansirin](https://sourceforge.net/u/tufansirin/)** on 2011-04-24 19:56:24
Original: https://sourceforge.net/p/maxima/bugs/2192
---
Ma…
rtoy updated
4 months ago
-
**Is your feature request related to a problem? Please describe.**
A number of professional developers find the Common Lisp REPL style of incremental development valuable and productive .
While I …
-
When you install docsets that have underscores in the name the end result is rather unpredictable, e.g.
- `Bootstrap_2` => `Bootstrap.docset`
- `Bootstrap_3` => `Bootstrap 3.docset`
- `Common_Lisp` =>…
-
Is there a way presently to convert Common Lisp vectors to Clojure vectors? Especially the higher dimensional variety?
For instance
```clojure
(require '[abclj.quicklisp :refer [quickload]])
…
-
Seriam interessante também ter uma página separada apenas relatando na forma talvez de uma tabela ou lista sobre as empresas que são conhecidas por usar Common Lisp, talvez descrevendo a razão (nome d…
-
The TOC refers to Intro#Common Lisp Support as #common-lisp-section. OTOH, the intro's text has inline references to #common-lisp. What is actually defined around the section is `` (so the former work…
-
Consider the following two files
```lisp
;;; foo.lisp
(in-package :cl-user)
(defun foo ()
'bar)
;;; end of foo.lisp
;;; bar.lisp
(in-package :cl-user)
(defun bar ()
'foo)
;;; en…
-
I'm following along with the README and noticed a weird interaction between coalton and ASDF, whereby coalton gets confused if I try to reload it after restarting my inferior lisp (sbcl). For example:…