vindarel

Results 176 issues of vindarel

I didn't find Qsolve on your Github account nor did I find your old bitbucket one. Regards

cl-forms allows to create a form from a model class: https://mmontone.github.io/cl-forms/#Models where one has to give all the fields, as well as their input type ```lisp :fields (forms::make-form-fields `((name :string...

Hello, That's a nice library, but it isn't on Quicklisp ? You just have to ask here: https://github.com/quicklisp/quicklisp-projects/issues/ thanks

Hi, I can't stop myself to keep thinking back about this project. I really like the idea, it's not seen before, the demo works, but you aren't active on github...

For an Advent of Code, I was tempted to use the terse `defstruct`, but they are a pain to use interactively (redefinitions, re-using objects), and also accessing slots programmatically was...

enhancement

What would be a good addition? I'm thinking about numcl and a matrix library (which one?).

help wanted

bo-tato: > The periods library you might want to consider inclusion in CIEL, it has convenient macros like do-times there for looping over a range of dates. > I've written...

enhancement

Quicklisp is built into a CIEL binary. But using the repl binary built on CI on my local machine with a different SBCL version causes an error: ``` ciel-user> (ql:quickload...

bug

We use this Dockerfile for the Gitlab CI to build binaries: https://hub.docker.com/r/clfoundation/sbcl It provides SBCL on Debian Buster (released in 2019) and Bullseye (2021). ## Bullseye builds The previous CIEL...