Go Concepts - Limitations

From NovaOrdis Knowledge Base
Revision as of 17:03, 9 August 2024 by Ovidiu (talk | contribs) (→‎Need to Compile on Different Platform)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Limitations

Metaprogramming

Go is not appropriate for metaprogramming or creating domain specific languages. Evaluating code at runtime is not easy.

Reflection

Go supports limited reflection.