f4go
f4go copied to clipboard
Transpiling MYSTRAN to Go
I intend to transpile this Finite Element Analysis program from FORTRAN to Go:
https://github.com/dr-bill-c/MYSTRAN
Due to the complexity of MYSTRAN code structure, I have a difficult time to do so. I wonder if there is any example of transpiling a large project from FORTRAN to Go. So that I can refer to the example to get started. Thanks :)