-
Just curious if any of you have had a look at the Clojure [libpython-clj](https://github.com/clj-python/libpython-clj) or used it. Might be a useful source of ideas for select problems.
Having a l…
-
Macros are powerful tools for writing concise yet powerful codes. For now YSH doesn't seem to have one, however.
### Pros
- Having a macro system elminates the need of some other language construc…
glyh updated
7 months ago
-
Hello, I've recently started using emacs, getting into the ecosystem, and also learning common lisp. I've been recommended this plugin, and it seems to work really well, my only problem with this is t…
-
I discovered cl-forward-diff from your message on sbcl-help and wondered if you had checked out [coalton](https://github.com/coalton-lang/coalton). We are actually in the last stages of adding inlinin…
-
It would be nice to be able to define setable functions (like setf in common lisp)
You would be able to write `get(array i) = value` for `set(array i value)`
Maybe using a syntax like this:
```
defs…
-
Sly now appears to indent defsystems like this:
```common-lisp
(defsystem :slynk
:serial t
:components
...)
```
Instead of:
```common-lisp
(defsystem :slynk
:serial t
:component…
-
Hi,
Not sure why, but I'm getting the following errors while running with-simulated-imput tests against GNU Emacs 27.1 from the Debian archive:
```
$ LC_ALL=C.UTF-8 buttercup -L .
Loading /etc…
-
The MEM-STRING test, newly added to the experimental branch, fails on all known versions of Clozure Common Lisp (CCL) with:
Failure Details:
---
MEM-STRING []:
Unexpected Error: #
The value…
-
A quick glance suggests this project was abandoned long before it ever worked.
-
Hey there, I saw this on Slashdot, congratulations on being noticed. I've been working on another approach to the problem of adding lisp-like macros to C-like languages. It's part of a work-in-progre…