I’ve been writing C since 1981. I haven’t come up with a new idiom in a decade, until this morning.
Posts Tagged ‘C’
A new C idiom
Posted by kernelbob on December 10, 2008
Posted in computers, languages | Tagged: C, idiom, printf, programming | 2 Comments »
Better Makefiles
Posted by kernelbob on October 25, 2008
Today I’ve released a new open source package: better-makefiles.
Makefiles are a black art. The vast majority of people who use ‘em and write ‘em don’t really understand what’s happening. I’ve spent a few hundred hours banging my head against them over the years. I decided yesterday morning to write a better makefile, one that would carry from project to project. I released it under a BSD license, in case someone else can benefit.
Update 15:30: I wrote a little more about it over here.
Posted in computers | Tagged: makefile, git, gitorious, C, open source | Leave a Comment »