Memoizer revisited – Python

A conversation with a coworker entertained the idea of giving a talk on dynamic typed programming language patterns to a group of C++ developers — not that we’re experts, but as part of my team’s initiative for continued education for our engineers, individuals go out and research different ideas, techniques, technologies and present the results …

Static typing where possible, dynamic typing when needed

  From the discussion paper by authors Erik Meijer and Peter Drayton, as reported on Lambda the Ultimate: Unfortunately there is a discontinuity between contemporary statically typed and dynamically typed languages as well as a huge technical and cultural gap between the respective language communities. The paper goes on to list 8 different static or …

‘Hello World’

Hello Blog I’ve been experimenting for a while with blogging-as-note-taking for a while now, at work, internally.  And it’s great.  On multiple occasions, I found myself citing the blog to co-workers rather than re-explaining a topic or re-writing mail.  It’s like a really long clipboard history, except that I put some more effort in sorting …