Programming Languages Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
==Strong Typing vs Loose Typing== | ==Strong Typing vs Loose Typing== | ||
https://en.wikipedia.org/wiki/Strong_and_weak_typing | |||
=Duck Typing= | =Duck Typing= |
Revision as of 18:52, 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
https://en.wikipedia.org/wiki/Strong_and_weak_typing