From: MonkeeSage Date: 2007-11-28T06:50:02+09:00 Subject: Re: "Why I Program In Ruby (And Maybe Why You Shouldn't)" On Nov 27, 3:24 pm, Trollen Lord wrote: > It wouldn't be hard removing the Cairo dependency and making it more dynamic. It actually would, since Cairo is full bitmap rendering suite...it would involve implementing all the of the bit-bliting all over agin, for one (very small) thing. Cairo is a general purpose screen drawing library. Replacing/re-implementing it would be a *HUGE* (and pointless) task. Regards, Jordan