GeistHaus
log in · sign up

The Common Lisp Cookbook – Data structures

lispcookbook.github.io

A collection of examples of how to use Common Lisp

6 pages link to this URL
Table of Contents

Scraping the Pirate Bay in Common Lisp

3 inbound links en common lisp web-scraping pirate-bay
These Years in Common Lisp 2018 - Lisp journey

It’s been already a little more than a year that I began my Lisp journey. I made quaterly news digests, mainly from reddit’s feed: Q1 2018 - Q2 2018 - Q3 2018 - Q4 2018 Time has come for a yearly overview ! What happened in the Common Lisp world ? Are there (or groundbreaking promising useful fun) projects, articles, discussions, tutorials ?No need to say, I won’t reference everything we find in the quaterly posts, which don’t list all new projects appearing on Quicklisp (we can find these in the monthly Quicklisp releases) or Github.

1 inbound link article en tutoriallibrarieswebcompaniesproductguitipdebuggingclojurepythonsbcldatabaseweb-scrapingabclgoogle-special-tag
Generic, consistent and dotted access of data structures with Access - Lisp journey

A common frustration for (impatient) beginners is to see different function names to access common data structures (alists, plists, hash-tables) and their inconsistencies (the order of arguments).Now they are well documented in the… Common Lisp Coobook of course: https://lispcookbook.github.io/cl-cookbook/data-structures.html, but still;and it is annoying to try things out with a data structure and refactor the code to use another one.The library Access solves those problems, it’s always

4 inbound links article en tutoriallibrarieswebcompaniesproductguitipdebuggingclojurepythonsbcldatabaseweb-scrapingabclgoogle-special-tag