All Projects → jackfirth → rebellion

jackfirth / rebellion

Licence: Apache-2.0 license
A collection of core libraries for Racket

Programming Languages

racket
414 projects

Projects that are alternatives of or similar to rebellion

Tsutils
utility functions for working with typescript's AST
Stars: ✭ 240 (+207.69%)
Mutual labels:  utilities
dough
Library containing a lot of useful utility classes for the everyday Java and Spigot/Paper developer.
Stars: ✭ 26 (-66.67%)
Mutual labels:  utilities
dart-more
More Dart — Literally.
Stars: ✭ 81 (+3.85%)
Mutual labels:  utilities
Lodash
A modern JavaScript utility library delivering modularity, performance, & extras.
Stars: ✭ 51,659 (+66129.49%)
Mutual labels:  utilities
tcpview
TcpView For Linux
Stars: ✭ 62 (-20.51%)
Mutual labels:  utilities
vade-mecum-shelf
Collection of vade mecum-like utilities wrapped into one single app, built with Electron.
Stars: ✭ 33 (-57.69%)
Mutual labels:  utilities
Stdlib
✨ Standard library for JavaScript and Node.js. ✨
Stars: ✭ 2,749 (+3424.36%)
Mutual labels:  utilities
roku-libs
Compilation of utilities for Roku development
Stars: ✭ 47 (-39.74%)
Mutual labels:  utilities
utilities
This repository contains tools used by 401trg.
Stars: ✭ 19 (-75.64%)
Mutual labels:  utilities
pythonic
Python like utility functions for JavaScript: range, enumerate, zip and items.
Stars: ✭ 28 (-64.1%)
Mutual labels:  utilities
EyesGuard
👀 Windows Application for protecting your eyes
Stars: ✭ 217 (+178.21%)
Mutual labels:  utilities
dotfiles
.foos for foos & more
Stars: ✭ 21 (-73.08%)
Mutual labels:  utilities
JEval
⚡ JEval helps you to evaluate your JMeter test plan and provides recommendation before you start your performance testing. All contributions welcome 🙏.
Stars: ✭ 28 (-64.1%)
Mutual labels:  utilities
Pratica
🥃 Functional Algebraic Data Types
Stars: ✭ 246 (+215.38%)
Mutual labels:  utilities
timelite
String date and time utilities 🕙
Stars: ✭ 17 (-78.21%)
Mutual labels:  utilities
Funcy
A fancy and practical functional tools
Stars: ✭ 2,690 (+3348.72%)
Mutual labels:  utilities
linux-server-administration-scripts
Simple bash administration scripts for Linux to make your life easier.
Stars: ✭ 47 (-39.74%)
Mutual labels:  utilities
SacredUtils
Configuration utility for Sacred & Sacred Underworld with Material Design. Abandoned 05/07/2020.
Stars: ✭ 27 (-65.38%)
Mutual labels:  utilities
dpytools
Collection of easy to use, beginner friendly but powerful, orthogonal tools to speed up discord bots development (discord.py)
Stars: ✭ 23 (-70.51%)
Mutual labels:  utilities
tcl-modules
A collection of pure Tcl, production-ready micro packages
Stars: ✭ 25 (-67.95%)
Mutual labels:  utilities

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].