Old. But still interesting. Partial Function Application is not Currying It seems like hair-splitting. However, the distinction between bound variables and curried functions does have some practical implications. I'm looking closely at PyMonad and the built-in functools library. I'm finding some benefits in understanding functional programming and how to apply …
more ...Let's talk small. When writing API's, it sometimes helps to have a small demo web site to show the API in a context that's easy to visualize. API's are sometimes abstract, and without an application to provide some context, it can be unclear why the path looks like that or …
more ...Not sure what's going on here.
"Script I want to run" seemed clear. http://vispy.org/examples/basics/scene/surface_plot.html#sthash.kIzbd33O.dpuf
The rest seemed like ill-advised trips down numerous ratholes. In particular, anything that involved …
more ...
def s0( samples ):
return len(samples) # sum(x**0 for x in samples …
more ...