Programming Languages Concepts: Difference between revisions

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


Line 15: Line 10:


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

Revision as of 18:53, 15 March 2016

Typing

Static Typing vs Dynamic Typing

https://en.wikipedia.org/wiki/Type_system

Strong Typing vs Loose Typing

https://en.wikipedia.org/wiki/Strong_and_weak_typing

Duck Typing

Metaprogramming

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