design choices

BitC is back

Lambda the Ultimate - Programming Languages Weblog  Thu, 03/18/2010 - 07:25

BitC is back:

As I get ready to leave Microsoft, I'm once again thinking about BitC.

I
want to get the implementation and the language definition to a point of
usability, and this seems like a good time to examine some of the things
that I think, in hindsight, were mistakes or might warrant re-examination.
Most of these issues are mundane practical things.

A few of them are deeper
design choices/issues.


 

Patron: A Simpler Ruby HTTP Client for Ruby

Ruby Inside  Fri, 07/17/2009 - 16:55

Phillip TolandUntil recently, I had been using the Curb library for making HTTP requests with Ruby, and I must say I was fairly happy with it. Phillip Toland, on the other hand, wasn't satisfied with Curb's API and the fact that it is tricky to modify (being implemented mainly in C).