> On 5 Feb 2016, at 4:02 PM, Matt Maier <bluebac...@gmail.com> wrote: > > Can I call Livecode from other languages? > > I found this, which if I'm following it is a proof of concept that you can > install livecode server, then tell it to turn on from the shell, then have > it run scripts and return the output. That doesn't seem like quite the same > thing, but maybe it's close enough? > https://livecode.com/a-livecode-shell/ > > Is there a way to write a Python file (or whatever) that reaches out to > Livecode, uses its text processing, or maybe hands it a livecode script, > then returns the result to be used by the Python file?
Yes you can write a command line app in LiveCode and read from STDIN and write to STDOUT then use whatever method there is in your other language to open a process with the -ui option. Cheers Monte _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode