From: Joe Van Dyk Date: 2005-12-12T11:15:43+09:00 Subject: Embedded Ruby into C Anyone got any good resources on embedding C into Ruby? The ones I found were a couple years old (i.e. for 1.6). What I'd like to do is be able to call Ruby functions from the C code (don't care about return value here), and be able to call C functions (and get the return data) from the Ruby code. Thanks, Joe