HackerTrans
TopNewTrendsCommentsPastAskShowJobs

skruger

511 karmajoined 10 jaar geleden
I dabble in array languages

<https://xpqz.github.io/learnapl>

<https://xpqz.github.io/cultivations>

<https://xpqz.github.io/kbook>

Submissions

l: A new runtime for k and q

lv1.sh
178 points·by skruger·5 dagen geleden·111 comments

Cathy Tie's mission to genetically modify babies

theguardian.com
4 points·by skruger·vorige maand·0 comments

History of CRMs APL

computer.org
2 points·by skruger·3 maanden geleden·0 comments

Dark energy got even weirder

bbc.co.uk
8 points·by skruger·7 maanden geleden·1 comments

GPU Array Programming with Parrot

nvlabs.github.io
1 points·by skruger·9 maanden geleden·0 comments

comments

skruger
·5 dagen geleden·discuss
The 'unit of thought' thing is a nod to the Ken Iverson paper on APL that won him the Turing Award ("Notation as a Tool of Thought"), also referenced by Dyalog's tag line "The tool of thought for software solutions"). Variations of that phrase are endemic in the array languages space.
skruger
·2 maanden geleden·discuss
It has a huge RoI, even if you never use it in anger. It’s a bit like Lisp in that regard — it shapes your thinking.
skruger
·2 maanden geleden·discuss
A more concise intro to APL for the modern era: https://xpqz.github.io/learnapl

(author)
skruger
·6 maanden geleden·discuss
I faced exactly this situation a few years ago - I went with APL as the “OG”, but it probably doesn’t matter that much. Learning k or j once you know APL is much easier. I wrote a bit about this (apl and k)

https://xpqz.github.io/learnapl

https://xpqz.github.io/kbook
skruger
·6 maanden geleden·discuss
It makes parsing tricky. But for the programmer it’s rarely an issue, as typically definitions are physically close. Some variants like BQN avoids this ambiguity by imposing a naming scheme (function names upper case, array names lower case or similar).
skruger
·6 maanden geleden·discuss
Yes, it's either an array (if A, B and C are arrays), a function derived via the dyadic operator B, with operands A and C being either arrays or functions, a dyadic function call of the dyadic function B (A and C are arrays), or the sequential monadic application of functions A and B to array C, or a derived function as the tacit fork (A, B and C are functions). Did I miss anything?
skruger
·6 maanden geleden·discuss
Whilst LLMs still perform weakly in APL, the situation is improving at pace, and giving it a “skill” to evaluate code makes a dramatic difference. I gave a conference talk about it recently (video): https://youtu.be/H_wdKeJ8gt4
skruger
·9 maanden geleden·discuss
Start here: https://xpqz.github.io/learnapl

or here:

https://xpqz.github.io/kbook
skruger
·10 maanden geleden·discuss
QinetiQ?
skruger
·vorig jaar·discuss
Thanks for saying that. I will update it at some stage for the new array notation stuff.
skruger
·vorig jaar·discuss
Should you ever decide to take that leap, maybe start here:

https://xpqz.github.io/learnapl

(disclosure: author)