lexi-lambda/threading

Threading macros for Racket

Racket

53

28 commits

updated Oct 11, 2024

See the code

README

threading Build Status Scribble Docs

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.

Contributors

lexi-lambda

26 commits

otherjoel

1 commits

winny-

1 commits

lexi-lambda/threading

Threading macros for Racket

Racket

53

28 commits

updated Oct 11, 2024

See the code

README

threading Build Status Scribble Docs

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.

Contributors

lexi-lambda

26 commits

otherjoel

1 commits

winny-

1 commits

Languages

Racket

100.0%