[REBOL] linking python and C ...
From: petr::krenzelok::trz::cz at: 7-Feb-2003 9:12
few days ago there was discussion here regarding ability of using rebol
directly in external environment. Today I read article about how python
does it:
http://www.macdevcenter.com/pub/a/mac/2003/01/31/pyobjc_one.html
... we would probably have to create bridge library for each external
language of interest, which would know how to - start and link to rebol
(pipe, tcp) and know how to convert certain datatypes. The problem is,
or just I am not sure if possible, if we could pass pointer to some data
in let's say C (Delphi, VB, whatever) to rebol to work directly with ...
-pekr-