Replies: 1 comment
-
|
Hey! Solod is essentially a way to write C with Go syntax and a similar stdlib. It can't be used to integrate Go and C programs because it has no notion of the Go runtime. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am not a Go developer, so my question is probably quite dumb and there is an obvious answer to it.
However, I didn't see an explicit answer in the README and decided to ask.
Can Solod be considered as a medium/glue for integration and more convenient interaction between Go and C ?
More specifically, I'm interested in how Erigon (Ethereum written in Go) can make it easier and better to access libmdbx (key-value storage engine written in C).
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions