vindarel

Results 591 comments of vindarel

That's a confusing part about the lisp-stat: it takes good parts from L. Tierney's XLisp-Stat: https://lisp-stat.dev/docs/overview/ > XLisp-Stat code is unlikely to run except in trivial cases. This book is...

> Naive question, do the Debian builds work on other distributions? yes at 99% (and it depends on the glibc)

Thanks for the nice report. I originally ported this function from Rutils to Serapeum. https://github.com/ruricolist/serapeum/blob/master/REFERENCE.md#pretty-print-hash-table-ht-optional-stream https://github.com/ruricolist/serapeum/blob/master/hash-tables.lisp#L568 rutils: https://github.com/vseloved/rutils/blob/master/core/hash-table.lisp#L120 So, I suggest you open an issue on Serapeum first and we...

How did you build? `make build` (to build a binary) does quickload Deploy before loading the .asd. (any improvement to documentation is welcome though)

damn, I'm late, but that could be it. I added a line in build-image.lisp ps: `make build` creates a binary, that not only has the cli repl, but also allows...

Very cool, thanks, I added `println` and I am evaluating `periods`: #37

We will want a Docker image at some point. I mused with it, but nothing ready, PRs accepted. Voilà^^

@themarcelor thanks again! I'll close this when I update an image to a registry.

Lish is a fully functional Lisp shell that allows mixing shell commands and Lisp code. And it's much more featureful that our poor readline wrapper. So… use it? https://github.com/nibbula/lish