From: Florian Gross Date: 2005-01-01T08:01:47+09:00 Subject: Re: wrapping Ruby around OLD code gw wrote: > This weekend I guess I'll look for an example of making a hw.c whose only method > is "talk" and when activated will print "hello world" and see how hard that is > to push into Ruby (at least naively that is how this search will start). Hm, via a shared object file or via a native executable? Both would be possible with Ruby, the first via Ruby/DL and the other via system().