We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4139437 commit 017c844Copy full SHA for 017c844
doc/user/polyglot.md
@@ -37,6 +37,9 @@ code will not be re-parsed with the modified binding. You may even find that
37
you create a race condition, or parse against a binding in a state during the
38
execution of another source.
39
40
+To complicate this - Ruby parsing in TruffleRuby is lazy. Your code won't be
41
+parsed until it is executed for the first time.
42
+
43
## Loading code written in foreign languages
44
45
`Polyglot.eval(id, string)` executes code in a foreign language identified by
0 commit comments