Go Concepts - Limitations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* [[Go Concepts#Subjects|Go Concepts]] | * [[Go Concepts#Subjects|Go Concepts]] | ||
=Limitations= | =Limitations= |
Revision as of 08:00, 22 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.