Has anyone experimented with using Python within LC?

Tweedly alex at tweedly.net
Sat Jul 22 20:18:30 EDT 2023



> On 22 Jul 2023, at 18:13, Geoff Canyon via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Both are turing complete, so there's technically nothing one can do that
> the other can't, but some examples:
> 

Technically, that’s not correct. Simply being Turing complete doesn’t mean it can do everything you might want to do.

Things Python can do that LCS can’t would include:

 - calling foreign language functions 
 - threads 
 - raw sockets
 - multicast
 - ipv6
 - and many many more ….

Alex.



More information about the use-livecode mailing list