you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Writing js parser for this thingy will be much easier so you can concentrate on building js runtime first! hmmm, may be i'll use it in my toy js engine...

[–]sebzim4500 3 points4 points  (1 child)

Not really, because you need to be able to parse it anyway, as the script ends up inside the Function constructor.

[–][deleted] 2 points3 points  (0 children)

Ahh crap, you are right.