Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Avshalom
on Feb 18, 2018
|
parent
|
context
|
favorite
| on:
Node-APL: APL interpreter written in JavaScript
>> non-zero index origin (⎕IO)
eeeh, that's kind of an issue. A lot of apl assumes ⎕IO←1
throwaway7645
on Feb 18, 2018
[–]
I ran into this recently myself. The default implementation is 1 based, but a lot of APL users override it to 0, so that trips up a lot of beginners.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
eeeh, that's kind of an issue. A lot of apl assumes ⎕IO←1