Live data from Hacker News

Viewing profile — rklmno

rklmno

HN member
Joined
Thu, May 20, 2021, 4:41 PM UTC
HN karma
1
Public activity
4 items

About rklmno

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #27252228

    Yes, each J function has several array representations.

  4. 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…