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
This task is automatically imported from the old Task Issue Board and it was originally created by jaroslavtulach.
Original issue is here.
PolyglotProxy is responsible for delegating interop messages from Enso to JavaScript, Python, R. It is a repetitive piece code fragile to copy&paste programming. It has to be updated with every GraalVM update (e.g. #182845176) as the set of interop messages changes.
ReflectiveLibrary has been recently discovered by us that could simplify the whole proxying to a single send method.
This task is automatically imported from the old Task Issue Board and it was originally created by jaroslavtulach.
Original issue is here.
PolyglotProxy is responsible for delegating interop messages from Enso to JavaScript, Python, R. It is a repetitive piece code fragile to copy&paste programming. It has to be updated with every GraalVM update (e.g. #182845176) as the set of interop messages changes.
ReflectiveLibrary has been recently discovered by us that could simplify the whole proxying to a single
send
method.Demonstrated on WithWarnings.
Can the same approach be applied to
PolyglotProxy
?The text was updated successfully, but these errors were encountered: