When writing ruby ββcode, it's easy to check how different functions work by checking them in irb. But in order to test the C code, I usually have to open a separate IDE and write the code there to check how it works. Is there an interpreter tool available on Unix or Windows?
source share