Author Archive | Brian

The lamest GitHub project

I’ve just pushed the first version of markdown.py to GitHub. It doesn’t do anything except echo the contents of any file you give it. The reason why it’s useful at all are documented in Stub for markdown.py. However, it occurred to me that as it stands now, it might be the lamest, most useless project [...]

Continue Reading 0

true && false

or is it True and False, …? Boolean logic is just part of the job as a programmer. However, language writers have  made our life complicated. We don’t just have 0 and 1 for true and false. We have types such as bool, Bool, boolean, Boolean. We have true, True, TRUE, false, False, FALSE, 0, [...]

Continue Reading 0