threading [](https://github.com/lexi-lambda/threading/actions/workflows/build.yml) [][threading-doc]

December 8, 2023 ยท View on GitHub

This package implements threading macros for Racket.

Installation

$ raco pkg install threading

Usage

> (~> 'abc
      symbol->string
      string->bytes/utf-8
      (bytes-ref 1)
      (- 2))
96

For more information, see the documentation.