Programming Languages Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:


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

Revision as of 19:02, 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.

Closures