Co-dfns @ Dyalog '13
Here's my presentation on my Co-dfns compiler I've been working on: Co-dfns:
High performance concurrent array
APL a Day #4: Arrays have elements
An array that only describes a box which may contain elements, but that does not
contain any elements, does not
APL a Day #3: Arrays have Shape
Arrays arrange data into a certain rectangular shape. In APL, the shape of an
array is a vector --- yes,
APL a Day #2: Arrays, Values
Last session belabored the function, it's relation to APL, and how APL's
treatment of functions differs
APL a Day #1: Functions
In early grade school mathematics, students already learn the concept of a
function, but they do not know what they
APL a Day #0: Introduction
The APL community seems ripe for a quick, simple, accessible daily series on
APL, and here it is. What better
Old School APL vs. D-fns
Looking at the D-fns code I am writing to build my Co-Dfns compiler. I have to
wonder what kind of