/rebellion

A collection of infrastructure libraries for Racket

Primary LanguageRacketApache License 2.0Apache-2.0

rebellion CircleCI 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/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.