One of my favourite C extensions for Ruby 1.8.6 is Mixology. Mixology makes it possible to dynamically mix and unmix modules from inheritance chains and can be used to do some very interesting things.… more →
Like Dream of Banister Fiendbanisterfiend wrote 10 months ago: One of my favourite C extensions for Ruby 1.8.6 is Mixology. Mixology makes it possible to dynamical … more →
banisterfiend wrote 1 year ago: TexPlay version 0.2.0 has been released! TexPlay is a C extension specifically designed for Ruby and … more →
banisterfiend wrote 1 year ago: method_missing is a very useful tool for dynamic programming. It is easy to implement in ruby: class … more →
banisterfiend wrote 1 year ago: m_func1 and m_func2 are both methods of a ruby class or module; m_func1 is implemented as: VALUE m_f … more →
mikeleeeuropecom wrote 2 years ago: Yesterday I touched lightly upon a couple of topics… - building a Ruby extension - benchmarkin … more →
mikeleeeuropecom wrote 2 years ago: Recently, I was asked to speed up Ruby’s comparison of sorted integer arrays …containin … more →