From: Pavel Smerk Date: 2008-03-17T22:24:53+09:00 Subject: Re: How to make an unix library from some ruby code? Marc Heiler wrote: >> I need to have some functionality "packaged" as an unix library > Just write the ruby code or use what is already available. > Ruby can do the same what the unix tools can. Its just a question of > how much work to invest :-) Unfortunately, I definitely need a library which could be easily used in C programs (or elsewhere). A ruby script does not fit my needs. Because it is possible to embed Perl interpreter to a C program (man perlembed, http://perldoc.perl.org/perlembed.html), I believe there could be something similar in Ruby. Thanks, P.