Archives Nov. 18, 2009
Research in Action
Written by
on
in
Snaking.
The other event of the day yesterday was University of Toronto's Research in Action show. This is a booth-based presentation of various research, whether formal or informal, being done at the University. My interest is primarily in figuring out how to:
- Use Open Source to make it easier for researchers to make their work relevant ...
Code-dojo seemed to work well
Written by
on
in
Snaking.
We decided to use the 21-line spell checker as a sample case for playing with Cython last night. We immediately ran into a few uses of not-yet-supported features (at least, in the default Ubuntu version of Cython), things like lambdas, generator comprehensions, etceteras). We spent a while playing with moving code about in modules to ...