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

include ~>% ~>_ and ~>f #42

Closed AlexKnauth closed 9 years ago

AlexKnauth commented 10 years ago
#lang rackjure
(~>% #"foobar" bytes-length (number->string % 16) string->bytes/utf-8)
(~>_ #"foobar" bytes-length (number->string _ 16) string->bytes/utf-8)
greghendershott commented 10 years ago

Thanks! I've been busy with other things and haven't had a chance to look at this carefully. Will try to get to it later today or tomorrow.