CIEL icon indicating copy to clipboard operation
CIEL copied to clipboard

CIEL Is an Extended Lisp. Scripting with batteries included.

Results 28 CIEL issues
Sort by recently updated
recently updated
newest added

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...

platform:macos
bug:installation

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...

enhancement

```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?).

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

Hi, Would anyone like to package this for [Guix](https://guix.gnu.org/)?

accept pull request

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