https://github.com/lexi-lambda/racket-alexis
Various personal libraries and utilities for Racket
https://github.com/lexi-lambda/racket-alexis
Last synced: 3 months ago
JSON representation
Various personal libraries and utilities for Racket
- Host: GitHub
- URL: https://github.com/lexi-lambda/racket-alexis
- Owner: lexi-lambda
- License: isc
- Created: 2015-02-04T18:47:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T18:57:20.000Z (over 1 year ago)
- Last Synced: 2025-01-30T02:09:57.601Z (5 months ago)
- Language: Racket
- Size: 52.7 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# racket-alexis [](https://travis-ci.org/lexi-lambda/racket-alexis) [](https://coveralls.io/r/lexi-lambda/racket-alexis?branch=master)
This is a collection of utilities I’ve found useful while working with Racket. The current list of packages included in this repository is as follows (with links to documentation):
- [`alexis-util`](http://pkg-build.racket-lang.org/doc/alexis-util/) — A set of various odds and ends that I’ve found helpful, primarily in the form of generalized macros and shortcut forms. Consult the documentation for a full listing.
- [`alexis-multicast`](http://pkg-build.racket-lang.org/doc/alexis-multicast/) — An implementation of “multicast async channels”. Like `racket/async-channel`, but with support for one-to-many broadcasts of messages.