Rewriting this site in ObjFW

You may read that title and immediately go: “Why?” and the answer is simple: Why not?

I love Objective-C, in fact it is my favorite language. If I could get a Foundation style framework and a cross platform objc runtime I’d be set for life. The best part is that Objective-C is a sort of extension on top of regular old C, you could write bindings for all your favorite C frameworks, and there’s basically a C library for almost everything you could want. Someone even wrote GTK bindings for ObjFW, generated by script, now that’s cool.

Anyway, since blosxom is like 300 lines and its functionality quite simple, I figured I’d “rewrite” it in Objective-C. Once it’s done I guess I’ll post the source code here.

That’s all for today’s post ^_^