Multiple Instances

It might be interesting, and useful, if we could run more than one Codea instance at a time. I guess iOS doesn’t allow much of that, but there are x-callback-url connections from outside WorkingCopy to cause it to read or write files, commit to repo, revert, etc., so there’s at least some multi-tasking in there.

I’d like to use a capability like that to write Lua code that could run “beside” the program we’re actually working on, watching to see when tests have passed or failed or the like.

I freely grant that I don’t know what’s possible. Hoping for discussion and ideas.

Thanks!

@RonJeffries I’m pretty sure this is doable technically but not sure how easy it is to support.