jackfirth / rebellion

A collection of core libraries for Racket
https://pkgs.racket-lang.org/package/rebellion
Apache License 2.0
80 stars 16 forks source link

Get rid of most of the reprovide modules #479

Closed jackfirth closed 3 years ago

jackfirth commented 3 years ago

Rebellion is currently split into two parts:

This seemed like a good idea at the time, back when I wasn't sure how I wanted to group and organize modules. Now with the wisdom of hindsight, I'd like to get rid of most of the #lang reprovide modules and just put code where people assume it will be. This should hopefully make it easier for people to contribute too, since they won't have to learn this weird directory structure quirk before they can find anything.