-
|
Hi! I am not a Go developer, so my question is probably quite dumb and there is an obvious answer to it. 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.
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.
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.