Dynamic Glossary
Browse 2 dynamic terms defined in plain English, from the cultural dictionary of computing.
2 Dynamic Terms
- Eval
- A function that executes a string as code at runtime. Available in JavaScript, Python, Ruby, and many dynamic languages. Powerful for metaprogramming but...
- Monkeypatching
- Monkeypatching is the practice of dynamically modifying or extending existing code at runtime, typically by replacing methods, functions, or attributes of...
Related Topics
- Security Risk (1 terms in common)
- Runtime (1 terms in common)
- Risky (1 terms in common)
- Metaprogramming (1 terms in common)