Nathan Lilienthal

Results 276 comments of Nathan Lilienthal

While I'm on a little Rust RFC binge I'll just swing by here and say that I **really** hope to never see syntax like `x %>% y` in Rust. One...

Call me crazy, but one day we wont be limited to shitty ASCII keyboards, could we start using unicode like ∘ for this? Only like 75% joking.

In reality `foo.bar().baz()` should be prefered imo.

They should be, but might require creating a trait.

Upping the level off expressivity isnt always a good thing. I think Haskell itself should be a cautionary tale in what happens when you make something have too many expressive...

I'm looking at using this crate for a project I'm working on and started down this rabbit hole. I have a few thoughts and discoveries. 1. It would be nice...