Reflection and Metaprogramming: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Programming Languages Concepts =Overview= Reflection is the ability of a program to inspect, analyze and modify its structure during run-time. Reflection is often termed as a method of metaprogramming. =Java= =Python= =Go= {{Internal|Reflection_and_Metaprogramming_in_Go#Overview|Reflection and Metaprogramming in Go}}")
 
 
Line 6: Line 6:
=Python=
=Python=
=Go=
=Go=
{{Internal|Reflection_and_Metaprogramming_in_Go#Overview|Reflection and Metaprogramming in Go}}
{{Internal|Go_Language_Reflection_and_Metaprogramming#Overview|Reflection and Metaprogramming in Go}}

Latest revision as of 17:13, 9 August 2024

Internal

Overview

Reflection is the ability of a program to inspect, analyze and modify its structure during run-time. Reflection is often termed as a method of metaprogramming.

Java

Python

Go

Reflection and Metaprogramming in Go