Stripped down ruby

I want to creat a stripped down ruby, ruby at at’s most basic level and
create my own libraries for it to link; additionaly I want to have
absolute minimum dependency’s on other libraries.

The idea being I wish to embed it into my own cross platform C
framework.
I’ve tried searching for any information that might help me in this area
but come up with very little. I have also started trying to strip down
the standard 1.8.4 source code release…but without wishing to be too
controversial it seems all a bit of a mess.

Any help or pointers where to start would be much appreciated.

Jim.

On Fri, 26 May 2006, Jim bob wrote:

Any help or pointers where to start would be much appreciated.

Jim.

minruby. it’s built when you build ruby.

-a

Wow, thanks for the rapid response…but I can’t find any documentation
on mini ruby, I’m I totally blind?

Cheers,
Jim,

On Fri, 26 May 2006, Jim bob wrote:

Wow, thanks for the rapid response…but I can’t find any documentation
on mini ruby, I’m I totally blind?

afaik there isn’t any.

-a