|
|
|
|
|
by pansa2
1654 days ago
|
|
How well does C# work for this cross-platform? Are its executables very large? I considered using Go for command-line apps - but in my case they often have to interact with existing C++ code. That’s easy enough to do from Python, but I was advised that interop with other languages is an area in which Go is particularly weak. |
|