On Fri, Feb 11, 2011 at 7:40 PM, Jason Persampieri <[email protected]>wrote:
> Bear in mind, I know nothing about compiler creation. > > How close are we to being able to polyfill in other language support? That > is, parse and execute Lua (for one) code on the client side. Once we can do > that reliably, browser support can come as it will. > It'll just be slower. Anything else is up to the one creating the parser/interpreter. The link I posted earlier proves it's possible. And that one was the result of a generic translator of an interpreter in C. So do the math :) But yes, that was basically what I meant. That's where I think we're heading. Eventually :) - peter -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
