greghendershott / rackjure

Provide a few Clojure-inspired ideas in Racket. Where Racket and Clojure conflict, prefer Racket.
BSD 2-Clause "Simplified" License
236 stars 17 forks source link

`(require rackjure/threading)` should not pull in applicative dictionaries #25

Closed greghendershott closed 10 years ago

greghendershott commented 10 years ago

You should be able to do

#lang racket
(require rackjure/threading)
;; use `~>` and `~>>`

without pulling in the redefined #%app that implements applicative dictionaries, as would be the case with

#lang rackjure