Statically Typed

because Hindley-Milner rocks

Category Archives: Pragmatic Programmer

Squealer: An Anti-ORM Influenced Scala Tool for Working with Relational DB


I was reading a blog post from Prismatic the other day and it got me thinking about how we, as programmers, have diverged so much from our roots. In the … Continue reading

April 28, 2012 · 8 Comments

Pragmatic Programmers: Scripting “Wrist Work”


I love coding.  I like writing little functions that together create magic.  I like optimizing performance in performance critical applications.  I like refactoring code I’ve written to make it more … Continue reading

June 15, 2010 · Leave a comment

Pragmatic Programmer: Immutable C++ Script, take 3


When I wrote my script I had been dealing with objects and not pointers.  Now that I’ve taken a closer look at it I see that it has one large, … Continue reading

February 17, 2010 · Leave a comment

Pragmatic Programmer: Immutable C++ Script, take 2


So not only have I been looking at some things in Scala and playing around with them in what little time I can get away with at home but I’ve … Continue reading

February 7, 2010 · Leave a comment

Pragmatic Programmer: Auto Code Generation 2


Following up on yesterday I’ve got a script I use for generating immutable data types.  These are generally what I form from a DB query.  The script is very, very … Continue reading

December 31, 2009 · Leave a comment

Pragmatic Programmer: Auto-code generation


I’m going to start putting some of my Python C++ generation scripts onto the website bit by bit.  This is a pseudo learning exercise for me as I’m really trying … Continue reading

December 30, 2009 · Leave a comment

Pragmatic Programmer + New Year’s Resolution


I’ve read Code Complete, one of the all time best programming books I think I’ve ever read.  I’m now reading The Pragmatic Programmer, another great book.  While Code Complete got … Continue reading

December 28, 2009 · Leave a comment