Re: Challenge: converting python (or Javascript) code to Livecode

2022-06-15 Thread Bob Sneidar via use-livecode
For extra credit, try writing a handler in LC to convert the python/js code to LC script. Bob S > On Jun 15, 2022, at 02:46 , David Bovill via use-livecode > wrote: > > Thanks Craig - I dug around but no joy. I hate it when you loose code as I > had a function somewhere… The javascript and

Challenge: converting python (or Javascript) code to Livecode

2022-06-15 Thread David Bovill via use-livecode
Thanks Craig - I dug around but no joy. I hate it when you loose code as I had a function somewhere… The javascript and python code is not that long, so it will be an interesting challenge to translate: Python code: • https://github.com/volkerp/fitCurves/blob/master/fitCurves.py Javascript cod