lexi-lambda / threading

Threading macros for Racket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Threading macros for Racket

License:ISC License


Languages

Language:Racket 100.0%