Ruby mentioned in C/C++ Users Journal

There is a nice mention of Ruby in July's edition of "C/C++ Users
Journal" (www.cuj.com <http://www.cuj.com/> ). Matthew Wilson's article
"Ruby: The Next Facet" talks about his experience mapping a prewritten
library to Ruby using C extensions. The article is mostly about the
library and the Ruby C extensions he wrote for it, but it definitely
shows Ruby in a good light. Some good quotes:

"... I'm happy to report that not only is it an easy language to learn
and use, it is also pretty easy to write C extensions for Ruby..."

"Ruby is easy to learn for anyone who has mastered any of the C-family
languages"

"Thanks to Yukihiro Matsumoto for sharing Ruby with the world..."

    - Warren Brown