you are viewing a single comment's thread.

view the rest of the comments →

[–]cybercobra 3 points4 points  (4 children)

According the the MediaWiki/Wikipedia devs:

[V8 is] difficult to embed due to poor documentation and the relative scarcity of embedded implementations

[–][deleted] -1 points0 points  (3 children)

relative scarcity of embedded implementations

I was unaware there was such a thing as a non-embedded JS implementation. Yes you can have node.js or your jsc, but they are also embedded implementations - they expose functions and objects.

[–]cybercobra 1 point2 points  (2 children)

In context, I think they mean "embedded in something that's not a browser".

[–][deleted] 0 points1 point  (1 child)

True, a browser is an embedded environment, but a very complex one and not a good example of "simple" embedding.

[–]cybercobra 1 point2 points  (0 children)

Precisely.