You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the GoMacro interpreter (https://github.com/cosmos72/gomacro), imported packages are compiled to Go plugins and then loaded dynamically, there is also a tool to recompile gomacro (such as on Windows which doesn't have plugin support).
This could be useful for yaegi, whether to squeeze out a little more performance or to simply workaround temporary interpreter bugs/limitations.
This discussion was converted from issue #277 on March 01, 2023 08:55.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the GoMacro interpreter (https://github.com/cosmos72/gomacro), imported packages are compiled to Go plugins and then loaded dynamically, there is also a tool to recompile gomacro (such as on Windows which doesn't have plugin support).
This could be useful for yaegi, whether to squeeze out a little more performance or to simply workaround temporary interpreter bugs/limitations.
Beta Was this translation helpful? Give feedback.
All reactions