vindarel
vindarel
I want to mix shell and CL and see how it goes. We have the Clesh syntax that provides the `!` passthrough. It was also enabled in `ciel-repl`, but we...
For example, `uiop:find-symbol*` is more tolerant on the symbol name than FIND-SYMBOL. It's much more comfortable to use, and it's backwards compatible.
Here is an example `~/.sbclrc` file that you can use. https://github.com/vindarel/common-lisp-course-in-videos/blob/master/.sbclrc You don't strictly speaking need one to use SBCL, you can start without it. It includes the snippet that...
I bought a new microphone so all my new videos since January, 2022 have a good sound (working with projects, conditions handling, iteration…). The remaining ones are: the chapter about...
Made good progress: I recorded all the content and edited one third of the videos. The plan is to release the chapter in September. I'm still wondering how a short...
While I want to do a chapter about debugging, we see stuff across the course. I also post shorter videos: - https://www.youtube.com/watch?v=jBBS4FeY7XM : how we can resume a program execution...
I want to create shorter videos too, to illustrate any Lisp feature or library, in no particular order. They'll go on Youtube. Follow this issue to be notified about new...
The first time you run the `hello` function that calls `uiop:getenv`, if you get an error that says that > package UIOP does not exist we discuss this issue 2...
update 2024: we now have ~~height~~ 9 videos on CLOS.