https://github.com/lexi-lambda/threading
Threading macros for Racket
https://github.com/lexi-lambda/threading
Last synced: 26 days ago
JSON representation
Threading macros for Racket
- Host: GitHub
- URL: https://github.com/lexi-lambda/threading
- Owner: lexi-lambda
- License: isc
- Created: 2015-10-08T06:02:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T23:37:56.000Z (6 months ago)
- Last Synced: 2025-01-30T02:09:55.344Z (3 months ago)
- Language: Racket
- Size: 430 KB
- Stars: 50
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-racket - threading - Macros to flatten nested function calls. (Macros)
README
# threading [](https://github.com/lexi-lambda/threading/actions/workflows/build.yml) [][threading-doc]
This package implements threading macros for Racket.
# Installation
```sh
$ raco pkg install threading
```# Usage
```racket
> (~> 'abc
symbol->string
string->bytes/utf-8
(bytes-ref 1)
(- 2))
96
```For more information, see [the documentation][threading-doc].
[threading-doc]: http://lexi-lambda.github.io/threading/