Go Concepts - Limitations: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
Go supports limited reflection. | Go supports limited reflection. | ||
Latest revision as of 17:03, 9 August 2024
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.