From: Robert Klemme Date: 2008-03-17T21:54:54+09:00 Subject: Re: How to make an unix library from some ruby code? On 17.03.2008 13:44, Marc Heiler wrote: >> but I'd like to write it in Ruby and then, somehow, compile it. > Compile ruby code? That is not really possible. It's just .rb files. Actually you can compile Ruby to an executable. I am just not sure whether compiling it to a library works as well. Kind regards robert