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

Though there haven't been many changes to Slimv since the 2017 release on vim.org, the biggest change being some basic stepper support, I think it's more expected these days to...

I found that the package CLACK exists some bugs, so that the codes under Chapter websockets didn't work well on cloud server,just work well on localhost.even though the Helloworld example...

bug
good first issue

https://github.com/rabbibotton/clog CLOG - The Common Lisp Omnificent GUI

good first issue

This PR includes an example on how to join a list of strings to a string, delimited with a character. ```lisp * (join '("foo" "bar" "baz") #\-) "foo-bar-baz" ```

http://www.lispworks.com/documentation/HyperSpec/Body/f_map_in.htm

Doing it as suggested by LispCookbook interns loads of keyword symbols. Not the end of the world, but not standard practice as far as I know. ``(:use #:cl) (:export #:function1...

As a beginner I often forget details about all control flow commands such as `case`, `ecase`, etc. it may be basic but I was trying to look for it in...

I was thinking of adding recipes for some common pathname operations, but the files page says - > In this chapter, we use mainly [namestrings](http://www.lispworks.com/documentation/HyperSpec/Body/19_aa.htm) to [specify filenames](http://www.lispworks.com/documentation/HyperSpec/Body/19_.htm). The issue...

https://www.site24x7.com/link-checker.html The internet rots under us, alas. We can but repair. http://www.psg.com/~dlamkins/sl/cover.html should, probably, be amended to http://successful-lisp.blogspot.com/p/httpsdrive.html http://www.aiai.ed.ac.uk/~jeff/lisp/cl-pitfalls is now gone; it looks like `~jeff` is gone.

bug
help wanted
good first issue