Viewing profile — rklmno
rklmno
HN member- Joined
- Thu, May 20, 2021, 4:41 PM UTC
- HN karma
- 1
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About rklmno
No profile information was provided.
Recent public activity
-
comment
Comment #27252333
Like was mentioned, the simplest behavior is treat this as an error case. Other possibilities include: (*) extending the length of the short array to match the length of the long a…
-
comment
Comment #27252277
That's not really the issue. It's certainly true that, depending on how the code is written, you may not be able to optimize out the language implementation from the compiled progr…
-
comment
Comment #27252228
Yes, each J function has several array representations.
-
comment
Comment #27223618
Mostly yes. Numbers (and character) are implemented as arrays with 0 dimensions. Text would be an array of characters with 1 dimension (the number of characters), and generally spe…