CIEL
CIEL copied to clipboard
CIEL Is an Extended Lisp. Scripting with batteries included.
Doesn't install "out of the box" on a mac: magicffi error 'magic.h' file not found [fixed on master]
When I tried (cloning and then loading via `quicklisp`) it got stuck at loading the `magicffi` package. Specifically, at this step: ``` clang -o /Users/agambrahma/.cache/common-lisp/sbcl-2.2.4-macosx-arm64/Users/agambrahma/quicklisp/dists/quicklisp/software/magicffi-20210531-git/src/grovel__grovel-tmpTT1OWD6.o -c -I/usr/include -I/usr/local/include -g -Wall...
Discussions link in README gives 404
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...
```git clone https://github.com/ciel-lang/CIEL ~/quicklisp/local-projects/CIEL``` ```( cd ~/quicklisp/local-projects/CIEL/ && make ql-deps )``` ```rlwrap sbcl``` ```(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)``` ```(ql:quickload "ceil")``` ``` sudo pacman -S inotify-tools pacman -Ss libzstd pacman -Ss libmagic...
I'm too new at lisp to be suggesting such changes, but I was reading common lisp recipes and Edi Weitz suggests setting this in .sbclrc. It seems like a sensible...
What would be a good addition? I'm thinking about numcl and a matrix library (which one?).
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...
Hi, Would anyone like to package this for [Guix](https://guix.gnu.org/)?
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...