"Andrew J" <and...@alphajuliet.com>, 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 "threading" package,
but I'm not sure if it is the correct one.

Browsing over to https://pkgs.racket-lang.org and searching for
"threading" offers me a few more options, the three "threading"
packages amongst them. But now there is a link to "Documentation"
(yay, well-written documentation) and I see that the "threading"
package indeed provides the threding macro quoted above.


Wouldn't it be nice to have a link to https://pkgs.racket-lang.org 
in the "Related Web Sites" submenu of DrRacket's "Help" menu?

Reasons:
1. I started looking there instead of under File, Package Manager,
   and expected to find the "official" package site listed there.
2. The web site allows me to browse the documentation before
   installing anything, which I can't do from the PM window

Regards,
s.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to