cl-cookbook
cl-cookbook copied to clipboard
The Common Lisp Cookbook
Hi, I wrote an article on continuous packaging and testing in Common Lisp: https://nyxt.atlas.engineer/article/continuous-testing-and-packaging.org I thought it could be useful in the cookbook. Maybe add a reference, or include the...
The example in the section on walking/traversing directories lists the arguments of the `uiop:collect-sub*directories` It would be good to reorder the list in the order of this function's arguments like...
I'm not sure what javascript theme this is loading, but the frame on the page completely prevents arrow key and space bar scrolling. It would make navigation much better.
The new page is up [here](https://digikar99.github.io/cl-cookbook/getting-started.html) - let me know if there are any changes to be made; or you can `cherry-pick` the commit. In particular, 2 of the 3...
I'm thinking about a chapter dedicated to compiler macros. However, I'm not sure if this should be a chapter or an addition to an already existing chapter about macros. I...
I believe one of the biggest problem for newcomers is to know where to get started. The "Getting started" page mentions Quicklisp, Roswell, different compilers... It's overwhelming. And it doesn't...
Since mobile platforms are so popular nowdays I think that a chapter on developing lisp applications for Android and iOS would be a great improvement. Something like a Common Lisp...
I'm not sure, which is why this is an issue instead of commit. > Complex types involving satisfies are not checked inside a function body, only at its boundaries. (it's...
I think it would probably be helpful to open a new chapter which collects common error & problems for new lispers. What do you say? I think it may save...
In particular, the SBCL distributed with Ubuntu 18.04 repository does not show line numbers on errors. I don't know how I lived without them until this point - line numbers...