cl-cookbook icon indicating copy to clipboard operation
cl-cookbook copied to clipboard

The Common Lisp Cookbook

Results 89 cl-cookbook issues
Sort by recently updated
recently updated
newest added

`cl-ppcre` has s-expression syntax: https://github.com/edicl/cl-ppcre#abstract Let's show an example in the regex section of the cookbook. https://lispcookbook.github.io/cl-cookbook/regexp.html

good first issue

The sockets tutorial is kind of a mess to read. Both sections are weighed down with an extended tangent about the "mistakes" that the author encountered, which are confusing to...

pull request accepted

Thanks for the cookbook it is an awesome resource. In the section on debugging under advise and watch it says: > They do exist in SBCL but are not exported....

[1am](https://github.com/lmj/1am) is a classic CL testing framework that fits on a page. `1am` is also a good testing framework for beginners because it is easy to learn for small projects....

wontfix

Hello! I want to translate Cookbook to Russian language. May I do it? May I collect donations? Thanks! Filipp

Dear everyone, I’m going to delete the cl-pitfalls repo from my account, and as such, the link in index.md will become invalid. Here’s the complete text of it, in case...

I think the search for cl-cookbook is not very good. I feel like we can have better search results. Any ideas? For example, the search in mkdocs or sphinx documentation...

Just making a `TODO` here for adding a tutorial on how to parse CSV. I realize that you can [parse csv with split-sequence](https://git.sr.ht/~whereiseveryone/qc/tree/master/item/src/qc.lisp#L146) but might be nice to show to...

good first issue

> It has the other advantage of having one construct that works for all data structures (lists, vectors, hash-tables…): in doubt, just use for… over: Let's give some explicit examples...

good first issue

I would love to have a info file of the cookbook so I can then package it in GNU Guix similar to the sicp package: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/scheme.scm#n479 pandoc produces info files...