jackfirth/rebellion

A collection of core libraries for Racket

Racket

87

992 commits

updated Jul 10, 2025

See the code

README

rebellion CI Status Documentation

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.
data-structures
hacktoberfest
library
racket
utilities

Contributors

jackfirth

942 commits

avtojaja

5 commits

samdphillips

5 commits

jackfirth/rebellion

A collection of core libraries for Racket

Racket

87

992 commits

updated Jul 10, 2025

See the code

README

rebellion CI Status Documentation

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.
data-structures
hacktoberfest
library
racket
utilities

Contributors

jackfirth

942 commits

avtojaja

5 commits

samdphillips

5 commits

Languages

Racket

100.0%