|
|
|
|
|
by sbstp
686 days ago
|
|
I feel like there's a lot of potential between Go and Cosmopolitan libc. Go itself does not use libc much, as shown in the blog, but some great libraries like SQLite3 need it (unless you use https://pkg.go.dev/modernc.org/sqlite). The ability to build a single static binary that works on Linux, Mac and Windows using Go would be life changing for the internal tools I develop at work. |
|
Just curious, life changing in what way? Obviously, 1 is better than 3, but I'm wondering if there is some other interesting reason.