Viewing profile — jonocarroll
jonocarroll
HN member- Joined
- Fri, May 13, 2022, 1:03 PM UTC
- HN karma
- 11
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About jonocarroll
No profile information was provided.
Recent public activity
- story
-
comment
Comment #39812000
In Dyalog APL you can set the index origin with ⎕IO←0 (or 1) and there are many ways in which this can bite you. In Lua, and I think Fortran, you can specify the range of array ind…
-
comment
Comment #39804596
I have not. I've done at least one problem (some many more) in each of 32 languages on Exercism so far, though. Looking at your example, there's some familiar features from the lis…
-
comment
Comment #39786023
Yep, that makes for a nicer tacit solution maxrow←(⊢⍳⌈/)+/ but I find ⊃(⍒+/) to be an even cleaner tacit solution.
-
comment
Comment #39784987
I've seen the connection made here https://dev.to/bakerjd99/numpy-another-iverson-ghost-9mc though the link to the source quote is broken. In all fairness, Matlab is itself inspire…
-
comment
Comment #39784688
(author here, still getting over the first time I've seen one of my own posts on this site) The many recommendations for J here are a great nudge for me to give it a proper go. I'v…
-
comment
Comment #39784629
What's interesting there is that numpy is inspired (more than a little) by APL and aims to bring that 'array' thinking to python. I agree that thinking in this 'array' way helps to…