Hacker News new | ask | show | jobs
by lokedhs 1491 days ago
In some of the example programs written in KAP (my APL derivative), I tried to write it in a style that makes people unfamiliar with the array style more comfortable.

This code could of course have been written in a style similar to some of the more extreme examples, and they would have been significantly shorter in that case.

https://github.com/lokedhs/array/blob/master/demo/advent-of-...

1 comments

Thanks, that does look a lot more approachable.