Go Concepts - Limitations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Limitations= ==Metaprogramming== Go is not appropriate for metaprogramming or creating domain specific languages. Evaluating code at runtime...") |
No edit summary |
||
Line 1: | Line 1: | ||
=Internal= | |||
* [[Go Concepts#Subjects|Go Concepts]] | |||
=Limitations= | =Limitations= | ||
Revision as of 23:59, 21 March 2016
Internal
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.