Rebellion is a set of infrastructure libraries for Racketeers to build new languages, new frameworks, and new tools with. It is installable as a single package with raco pkg install --auto rebellion
and provides dozens of modules to aid general-purpose programming. Most of these modules are grouped into the following collections:
rebellion/base
- Relatively simple utility modules used in the APIs of other Rebellion modules.rebellion/collection
- Collection types including records, tables, multidicts, and association lists.rebellion/streaming
- Libraries for processing streams of data, including reducers for aggregating streams into a single value and transducers for transforming streams into other streams.rebellion/type
- Libraries for dynamically creating new data types using structs.rebellion/binary
- Libraries for working with bits, bytes, and binary data, including the encoding and decoding of binary data into other forms.