Go Concepts - Limitations

From NovaOrdis Knowledge Base
Revision as of 23:58, 21 March 2016 by Ovidiu (talk | contribs) (Created page with "=Limitations= ==Metaprogramming== Go is not appropriate for metaprogramming or creating domain specific languages. Evaluating code at runtime...")
(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.