Re: Help finding right place for my questions

Boris Zbarsky <[email protected]> Mon, 11 Nov 2019 10:40:38 -0500
Newsgroups gmane.comp.mozilla.devel.jseng
Message-ID <[email protected]>
On 11/10/19 1:33 PM, yun bao wrote:
> My original idea was to use as little JavaScript as possible.

The question is whether JavaScript is supported at all.  If it is, and 
so is Python, and they can touch the same objects, then you have to 
worry about cross-language reference cycles.

-Boris