soegaard / rebellion

A collection of core libraries for Racket

Home Page:https://pkgs.racket-lang.org/package/rebellion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A collection of core libraries for Racket

https://pkgs.racket-lang.org/package/rebellion

License:Apache License 2.0


Languages

Language:Racket 100.0%