CodyReichert / awesome-cl

A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
https://awesome-cl.com
Other
2.5k stars 186 forks source link

Restructure data structures section #500

Open kilianmh opened 3 weeks ago

kilianmh commented 3 weeks ago

Two questions:

The idea is that you get a swift overview about tools to deal with certain inbuilt data structures and separate it clearly from custom data structures, such as hash-set.

Here we could have subsections for each data structure and put corresponding libraries, as well as link parts of bigger utility libraries e.g. alexandria sequences.

As far as I know the inbuilt data structures would be (probably some are missing):

vindarel commented 3 weeks ago

it's currently a big section with many different libraries, we can probably separate them better in "general purpose", "algorithms", more specialized… if those in-built categories will be helpful remains to be seen :thinking gif: I prefer such a split for learning purposes, in a tutorial like the Cookbook, here we should focus on awesome libraries. Is there a need to enhance the Cookbook too?