Whipsnake

Inspired by Python 3's new type annotation system and playing around with a few good statically typed languages (e.g., haskell, golang) makes me curious what I can do with it. That and my strong desire for a decent testing setup for my python code (unittest is not it) has me experimenting with using typing and python. My initial experiments are around getting a way for Python 2.x to annotate things like Python 3 does and seeing what I can do with this for testing.

I don't have anything available yet but plan on getting it working and trying it out with a new web site generating system to use for this site. The generator will be nothing revolutionary taking my ideas from various other static web site generators, but it will give me a way to try things out. I'll post anything new here but the main news will come with the new site.