On Sep 22, 2006, at 8:36 PM, Walter Purvis wrote:
-----Original Message-----
I was thinking something that better integrate with
REALbasic, and which would exchange with it some data
structures (whatever they would be traslated from and to a
different form).
I don't think there is anything. I've been wishing forever that
someone
would write a plugin to embed Python or JavaScript. Either of those
would be
fairly simple to embed, although making it easy to exchange RB
objects/data
with the scripting engine would be a bit more work, and creating
wrappers
for RB objects would be time-consuming though probably not technically
challenging (except for figuring out how to reconcile RB's non-
dynamic,
non-introspective nature with a dynamic introspective scripting
language
like Python/JavaScript).
I would think that you could call Python using declares. But you'd
still only be able to pass strings between Rb and Python.
Charles Yeomans
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>