Re: [go-nuts] Re: Recommended way to distribute pre-compiled C-dependencies for modules using CGO ?

2023-11-01 Thread Jan
Thanks @Jason, but the point was exactly not need to do anything extra: no manual unzipping of a file, or manual Makefile/Magefile. Let's say project in Go links some 30 external modules, 5 of them have their own specific steps that need to be read, understood and and run to install them ...

[go-nuts] Code Conversion

2023-11-01 Thread Mandolyte
Does anyone have any experience with https://www.codeconvert.ai/typescript-to-golang-converter (or any of their other conversion products)? I'm assessing how big a job it would be to support Djot (https://github.com/jgm/djot) with Go. It currently has both Lua and a Javascript/Typescript