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
{{ message }}
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.
I don't think it would be too hard (famous last words). I mean, delve does it for debugging, right ?
the thing is, ATM, it would be a bit useless as one would have to import+compile+link the package where that function lives in into go-eval (or the main of your process) to be able to call it, as there is no dynamic code loading (yet. perhaps for 1.5?)
well, I suppose it wouldn't hurt to already provide the fundation work for this mechanism...
Hi Sebastian,
How hard would it be to call native go functions via reflection from go-eval?
Thanks!
Jason
The text was updated successfully, but these errors were encountered: