4 ms·
Hi, yeah you assumes right that the transpose symbol comes from APL! This language does not have ”implicit iteration” a la APL, thus * is just a binary operati
by japiirainen 4y ago
Hi, yeah you assumes right that the transpose symbol comes from APL!
This language does not have ”implicit iteration” a la APL, thus * is just a binary operation you can apply like this *:<1,2> which will yield 3. This is why inner product needs to first transpose. TBH I don’t like this, I just wanted to follow the specification given in the paper as closely as possible. I might diverge from this and implement ”implicit iteration” in the future!
- chewxy 4y agoBackus' paper had a specification. TIL. Must be a weird award speech to give. Thanks for the explanation. It's now very clear
- Jtsummers 4y agoTuring Award lectures are not acceptance speeches in the normal sense. They've been technical lectures since the start related to the primary work/interest of the individual receiving the award. https://amturing.acm.org/alphabetical.cfm https://amturing.acm.org/alphabetical.cfm - You can find the lectures linked from the individual's name. The length varies significantly.