-
Hey Gwangjin,
Sorry for bothering you. I am a newbie in Common Lisp.
Was wondering if I can get access to the full article you wrote here...
https://towardsdatascience.com/how-to-set-up-common-l…
-
Is it possible that each code fragment could be runnable and editable, right in the browser?
One way to get there is to create a docker container with the book, the code, a Common Lisp compiler, a…
-
Work involving fixups of warnings and other routines to minimize dependencies on proprietary lispworks libraries, and in general just conform more to ANSI Common Lisp, which involves fixing numerous e…
-
Current Lisp systems do not support the development and debugging capabilities of Medley. With full ANSI support, it would be possible to develop Common Lisp applications in Medley and deploy them on…
-
I want to add a note for system-wide installations, it took me a lot of time to figure out which was the problem (also because I am a pure user and not a lisp developer). So maybe this will help someo…
-
https://www.reddit.com/r/lisp/comments/jxstxf/common_lisp_by_example/
Might be worth linking from some sort of materials section; I have not yet taken the time to read it so I cannot say anything a…
-
```lisp
(asdf:load-system :coalton)
(in-package :coalton-user)
(coalton (let ((x 5)) (lisp Integer (x) (coalton x))))
```
Produces the error:
```
; error: Unknown variable X
; --> rep…
ghost updated
1 month ago
-
Hello!
So, I finally reached a breaking point and decided to just write my own unit testing framework.
(I had been using Parachute.)
I just finished reading [your great article](https://sabracr…
-
### Discussed in https://github.com/orgs/Interlisp/discussions/1643
Originally posted by **pamoroso** April 3, 2024
Does Medley Common Lisp support `symbol-macrolet`? The only relevant symbol…
-
## TODO
- [x] Optimize JIT, fix memory planner #193
- [x] Complete test-suite/test-dynamic-shape.lisp
- [x] More tests on the JIT kernel accuracy (compared to PyTorch, like Multi Head Attention an…