Hacker News new | ask | show | jobs
by dan-robertson 823 days ago
Can’t the second argmax example be written with a right tack? Is it nicer then?

  (⊢⍳⌈/)+/x
1 comments

Yep, that makes for a nicer tacit solution

  maxrow←(⊢⍳⌈/)+/
but I find

  ⊃(⍒+/) 
to be an even cleaner tacit solution.