[REBOL] accessing c functions
From: rishioswal:y:ahoo at: 11-May-2001 16:53
Hi. I am working on a program for a class and was wondering if it would be possible, using view/pro, to: 1. send input to and execute a c function from rebol. 2. receive the output of the c function back to rebol. The reason I want to do this is because their is a recursive function in the code that needs to run fast.. is this possible? If so, what is the general way i would go about doing this? thanks, rishi