This is just a super quick update to inform anybody following that, yes, I am still alive and working on litCal.  I’ve made some progress on filling out the API.  At the moment, I’ve only really started on what I call the secular API, which relates to non-religious calendar functions.

 I think the future direction that I plan on taking this is to create an ANSI C library that will act as a set of primitive calendar functions, such as basic computus and day of week calculations, and then use a C++ wrapper in a second library to provide a more integrated interface that has operator overloading, stores state (the date), produces output strings, etc..

Filed October 13th, 2010 under update

Its been several months since I last worked on anything related to litCal, and I’m beginning to pick things back up again.  I’m currently going through all of the code that I’ve written and am trying to remember what problems I was last working on before I took my little hiatus.

I don’t have an ETA of when I expect to be finished with at least a usable amount of code, but I’m hoping it won’t take too long.

Filed June 21st, 2010 under update