bramtayl

Results 115 comments of bramtayl
trafficstars

I know I mentioned this above, but maybe this is a better way to put it. Querying is not a domain-specific application, but a handy syntax style that can used...

I'm not sure I'm following? If you compare: `df |> x -> filter(y -> y.age > 50, x)` with `df |> filter(-> ①.age > 50, ①)` I see four less...

Hmm, well, actually, we already have two syntaxes for anonymous functions: ``` function (x) x + 1 end ``` ``` x -> x + 1 ``` Seems like not too...

I mean, you can already change the tile size within Qt, so wouldn't that mean that scaling artifacts are already an issue?

Just did `git clone` so presumably 3.7?

Hmm, well, if apply is too much, there's some more conservative interface simplifications. Like "W" could take something off if you're already wearing it.

Likewise, there could be another catchall command for using something from the dungeon. Like go up, go down, open, and close could all be the same command

Hmm, well I tried adding `BIND=W:takeoff` but now I can't wear anything?

Yes, I had figured out how to mess around with the nethackrc file to do this myself, but I figured it might be nice to share