On 12/31/2010 03:31 PM, Daniel Carrera wrote: > Out of curiosity, is it possible to get Rakukdo to talk to C, C++ or Fortran?
For C, see https://github.com/jnthn/zavolaj Fortran uses the same calling conventions, albeit with weird name mangling rules that depend on the compiler. So you can use Zavolaj for Fortran too, if you're ready to suffer. Cheers, Moritz