kellysmith12.21
2021-2-1 01:56:02

I’m working on the generic interfaces I want to provide for my lang, and while trying to manage the complexity of a lattice-shaped hierarchy, I’ve found that making a table with searchable properties makes it a lot easier to explore a large set of interfaces.


notjack
2021-2-1 06:28:43

Handy tables in documentation go a long way, in my experience: https://docs.racket-lang.org/rebellion/choosing-collections.html


soegaard2
2021-2-1 06:30:15

That looks great.


notjack
2021-2-1 06:49:01

thanks :smile:


laurent.orseau
2021-2-1 07:35:27

This should be part of the main docs