|
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. |
Answered by
nalgeon
Apr 15, 2026
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. |
0 replies
Answer selected by
nalgeon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.