For CPython, there's github.com/go-python/gopy that tries to automatically wrap
a Go package into a CPython module.
There's also go-python/gpython, a pure-Go Python3 interpreter (without all the
batteries, though).
For JS, I guess there's GopherJS.
hth,
-s
May 23, 2023 02:35:15 Taco de Wolff
On Mon, May 22, 2023 at 6:35 PM Taco de Wolff wrote:
> I would like to know if anyone has experience with building bindings for
> JavaScript (NodeJS) and Python for a Go library. Who has worked on this, or
> does anybody know of libraries that have succeeded?
>
I used the following two libraries
I would like to know if anyone has experience with building bindings for
JavaScript (NodeJS) and Python for a Go library. Who has worked on this, or
does anybody know of libraries that have succeeded? In particular, I have
successfully built working JS and Python bindings (see
https://github.co
The thing that finally caught my eye is the "connect: cannot assign
requested address" part in the error message. You can search for it in
combination with golang. I'm not exactly clear but this could be related to
running out of socket or port resources, maybe in combination with changes
in h
Hello Jim and Harald,
please find below the answers to your questions. if anything else could
help, please let me know
about the container configuration for ipv6, it seems that there is no such
configuration for containers running from the base images (1.18, 1.20,
bullseye seems to not have the i
Isn't Ian's solution basically the same, but using a Waitgroup instead of
an Errgroup?
I think the Fetch() is just a placeholder for "this is where the
implementation detail of the task would go"
On Sunday, 21 May 2023 at 21:54:39 UTC+1 Andrew Harris wrote:
> The recipe on 10:26 should work bu