Skip to content

Instantly share code, notes, and snippets.

View jackfirth's full-sized avatar

Jack Firth jackfirth

View GitHub Profile
#lang racket/base
(require racket/list
racket/match
rebellion/base/option
rebellion/collection/list
rebellion/streaming/reducer
rebellion/streaming/transducer
rebellion/type/enum
fancy-app)
@jackfirth
jackfirth / report.rkt
Last active October 16, 2019 17:49 — forked from samdphillips/00-README.md
Used Rebellion in anger, take 2
#lang racket/base
(require racket/function
racket/match
racket/path
racket/sequence
rebellion/collection/entry
rebellion/collection/hash
rebellion/streaming/reducer
rebellion/streaming/transducer