Re: [racket-users] Searching for packages

2018-08-14 Thread Daniel Prager
The "threading" package is an example of something I'd like to see promoted to the main Racket distribution. Reason: it adds clarity for an attractive style, and makes it available out-of-the-box*, on a par with e.g. Clojure, F#, and Elm. Just my opinion. But it does raise a question for the

[racket-users] Searching for packages

2018-08-12 Thread Stefan Schmiedl
"Andrew J" , 12.08.2018, 02:09: > I typically use either threading or composition... > (require threading) > (define (foo x) > (~> x > f g h bar)) "threading" is not included in the default racket installer, so how do I get it? The package manager tells me that there is a