Compiled to shared library/run time reflection

Really hope that one day GO can provide the feature that compile codes to shared dll /library and which can also be reflected at run time.

Although Go is a great tool for server side programming for its static link and other features,but small software company still can not bring it to production cause they still sold software not cloud service(not all circumstances need/suit for the cloud service).

If this feature available,we can build a framework and shared library specification ,most of the biz logic can be compiled to shared library, if biz logic changed , only the shared library replacement can solve the problem ,no need to compile entire project and also no need to provide the framework’s source code.(although C# can provide all those features,but its output can be decompiled easily).

Thanks & Best Regards.
Jason GL Yao.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.