arity = the arity of a function or operation is the number of arguments or operands that the function takes
reify = take an abstract concept and turn it into something that can be manipulated or observed. E.g. take a physical memory address and create a pointer to it in C with char* buffer = (char*) 0xB800000;