| http://www.w3.org/ns/prov#value | - When you write map(something...) in Python, nothing gets compiled to C. It calls code that was already written in C. Imagine that there was a piece of code in the Python interpreter like this: if(!strcmp(functionName, map)) {/* mapping code goes here */} else if(!strcmp(functionName, filter)) {/* filter code goes here */} else if ... else {error(Unknown function!);}
|