9 points by 082349872349872 18 days ago | 1 comments
APL Cultivations(xpqz.github.io) APL Cultivation is the title used for the series of 90-minute live chat lessons given by Adám Brudzewsky in the APL Orchard chat room.
Implementing Brainfuck in APL(wilsonb.com) APL is a pretty great language for quickly iterating on program architecture. In particular, here is a quick comparison of a couple brainfuck implementations.
Trap – Transformers in APL(github.com/BobMcDear) trap is an implementation of autoregressive transformers - namely, GPT2 - in APL. In addition to containing the complete definition of GPT, it also supports backpropagation and training with Adam, achieving parity with the PyTorch reference code.