Projects in Awesome Lists tagged with racket-library
A curated list of projects in awesome lists tagged with racket-library .
https://github.com/rjnw/sham
A DSL for runtime code generation in racket
compiler-tool jit racket racket-ffi racket-library
Last synced: 05 Jan 2026
https://github.com/euhmeuh/web-galaxy
A minimalist web framework for the Racket web-server
racket racket-library web-galaxy
Last synced: 15 Feb 2026
https://github.com/suzannesoy/type-expander
Type expanders (i.e. type-level functions) for Typed/Racket
macros racket-library typed-racket
Last synced: 11 Feb 2026
https://github.com/nihirash/holy
HoLy is simple http library for Racket language
http-server racket-lang racket-library rest-api waf web
Last synced: 20 Feb 2026
https://github.com/jackfirth/racket-disposable
An experimental Racket library providing an abstraction for values associated with external resources that allows automatic resource pooling, per-thread virtual construction, and monadic composition
Last synced: 13 Feb 2026
https://github.com/grafcube/racket-string-interpolation
Racket package for string interpolation syntax in string literals.
package racket racket-lang racket-language racket-library string-formatting string-interpolation
Last synced: 02 Jan 2026
https://github.com/jackfirth/racket-fixture
An experimental Racket library that adds test fixtures to RackUnit
Last synced: 23 Sep 2025
https://github.com/jackfirth/racket-expect
A Racket library for defining expectations on values, unit testing, and creating quality error messages
racket racket-library testing validation
Last synced: 05 Jan 2026
https://github.com/lockie/racket-engine
A simple SDL2-based game engine in Racket language
game-engine-2d lisp-game-jam racket-library
Last synced: 07 Jan 2026
https://github.com/jackfirth/atomichron
A Racket microbenchmarking library
benchmarking performance racket-library
Last synced: 06 Jan 2026
https://github.com/euhmeuh/bonny
Ship your Racket web-server like a true pirate!
bonny container racket racket-library
Last synced: 17 Mar 2026
https://github.com/suzannesoy/debug-scopes
Helper utilities to debug scope-related problems in Racket
Last synced: 15 Feb 2026
https://github.com/suzannesoy/subtemplate
Automatic generation of temporary identifiers for racket syntax templates, based on subscripts indices on the identifiers (e.g. generate yᵢ … from xᵢ …)
experimental macros racket-library
Last synced: 05 Jan 2026
https://github.com/suzannesoy/tr-immutable
Immutable alternatives to Vector, Box, Sexp, Syntax-E and Syntax for Typed/Racket
immutable racket-library typed-racket
Last synced: 06 Jan 2026
https://github.com/suzannesoy/repltest
REPLtest: Copy-paste your REPL interactions, and have them run as tests
Last synced: 06 Jan 2026
https://github.com/suzannesoy/typed-struct-props
Makes a small subset of struct type properties available in Typed/Racket. The API should hopefully stay backward-compatible when Typed/Racket officially supports (or rejects) structure type properties.
Last synced: 05 Jan 2026
https://github.com/SuzanneSoy/phc-adt
Algebraic Datatypes for Typed/Racket, with some special features useful for writing compilers
algebraic-data-types racket-library
Last synced: 08 May 2025
https://github.com/suzannesoy/phc-adt
Algebraic Datatypes for Typed/Racket, with some special features useful for writing compilers
algebraic-data-types racket-library
Last synced: 01 Feb 2026
https://github.com/suzannesoy/phc-toolkit
Racket toolkit used for the phc project. Unstable.
Last synced: 28 Feb 2026
https://github.com/danielrothfus/racket-lmdb
Racket wrapper for Lightning Memory-Mapped Database (LMDB)
lmdb racket-ffi racket-lang racket-library
Last synced: 17 Feb 2026
https://github.com/zaoqi/monad.rkt
Monad . Racket
lisp lisp-library racket racket-library scheme
Last synced: 06 Feb 2026
https://github.com/lehitoskin/png-image
Library to view and modify PNG chunks.
Last synced: 17 Feb 2026
https://github.com/simonlschlee/layout
racket library for creating and rendering layouts, filling them with data, optionally generate example data
Last synced: 09 Feb 2026
https://github.com/suzannesoy/typed-map
Type inference helper for map with Typed/Racket. Supports afl, un-annotated lambdas and polymorphic functions.
Last synced: 20 Feb 2026
https://github.com/suzannesoy/delay-pure
Non-cached promises for Typed/Racket, like delay/name, but safe because only pure functions are allowed. Only a subset of Racket's functions is allowed.
immutability pure racket-library
Last synced: 05 Jan 2026
https://github.com/suzannesoy/remember
Compile-time memoization for Racket.
macros memoization racket-library
Last synced: 05 Jan 2026
https://github.com/suzannesoy/chain-module-begin
Use this Racket package to build meta-languages, where a #%module-begin expands to the #%module-begin of another user-specified language.
Last synced: 04 Feb 2026
https://github.com/suzannesoy/scribble-enhanced
Enhancements for the scribble language (a documentation language based on Racket)
Last synced: 27 Jan 2026
https://github.com/suzannesoy/polysemy
Proof of concept which separates the concept of identifier and the concept of attaching a meaning to it, in Racket.
multiple-dispatch racket-library
Last synced: 27 Jan 2026
https://github.com/suzannesoy/xlist
Fancy lists, to be used as a type or match pattern.
Last synced: 19 Mar 2026
https://github.com/suzannesoy/preexpanded
Some pre-expanded macros. Use them when your macro is generating macros.
Last synced: 06 Jan 2026
https://github.com/simonlschlee/layout-interactive
interact utility for use with layout library
Last synced: 26 Jan 2026
https://github.com/suzannesoy/typed-worklist
A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.
Last synced: 14 Feb 2026
https://github.com/jackfirth/delimit-app
A Racket library that makes function application delimiter-sensitive
Last synced: 16 Feb 2026
https://github.com/kurinoku/struct-out-plus-plus
A complementary package to struct-plus-plus that provides a struct-out form compatible with struct++
racket racket-lang racket-library
Last synced: 17 Feb 2026
https://github.com/suzannesoy/backport-template-pr1514
Backport of pull request #1514 on older versions of racket/racket
Last synced: 29 Jan 2026
https://github.com/suzannesoy/multi-id
This Racket package helps defining identifiers with many different meanings in different contexts (type expander, match expander, called function, regular identifier, set! subform).
multiple-dispatch racket-library
Last synced: 06 Jan 2026
https://github.com/suzannesoy/extensible-parser-specifications
Like https://github.com/AlexKnauth/seq-no-order, but provides global constraints. AlexKnauth's implementation allows dotted "rest" pattern which we do not support.
Last synced: 19 Mar 2026
https://github.com/bkc39/xgboost
Racket bindings to xgboost
bindings boosted-trees classification gradient-boosting machine-learning machine-learning-algorithms racket racket-lang racket-language racket-library regression xgboost
Last synced: 07 Jun 2026
https://github.com/suzannesoy/scope-operations
Higher-level operations for manipulating scopes in Racket macros
Last synced: 05 Jan 2026
https://github.com/suzannesoy/stxparse-info
Tracking bound syntax pattern variables with syntax-parse
Last synced: 05 Jan 2026
https://github.com/suzannesoy/auto-syntax-e
For racket syntax pattern variables: instead of raising an error, x is roughly equivalent to (syntax->datum #'x)
Last synced: 06 Jan 2026
https://github.com/suzannesoy/dotlambda
Racket library which splits dotted identifiers like a.b.c, also supports λ<arg>.(code) syntax
Last synced: 13 Feb 2026
https://github.com/suzannesoy/phc-graph
Graph manipulation library in Typed/Racket
Last synced: 06 Jan 2026