Programming Languages Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
Metaprogramming is writing code that manipulates other code, or even itself.
Metaprogramming is writing code that manipulates other code, or even itself.


=Typing=
==Static Typing vs Dynamic Typing==
==Strong Typing vs Loose Typing==


=Duck Typing=
=Duck Typing=

Revision as of 18:50, 15 March 2016

Metaprogramming

Metaprogramming is writing code that manipulates other code, or even itself.

Typing

Static Typing vs Dynamic Typing

Strong Typing vs Loose Typing

Duck Typing