Remix.run Logo
askonomm 4 days ago

Threading is done with the wave character ~ in Racket? I can't decide if I hate it or not (am used to Clojure's ->). I think my pinky finger doesn't like ~.

velcrovan 2 days ago | parent | next [-]

In this case ~> is a macro from a widely used package (https://docs.racket-lang.org/threading/index.html) so if you defined an alias for it (or forked the package) you could use any valid identifier.

soegaard a day ago | parent | prev [-]

The identifier `->` is already used for type annotations.