#metaprogramming

[ follow ]
#c
fromHackernoon
3 months ago
Scala

C++ Metaprogramming: Compilation of Calculations, from Basic Techniques to Advanced Methods | HackerNoon

fromInfoQ
4 days ago
Software development

C++26 Draft Finalized with Static Reflection, Contracts, and Sender/Receiver Types

fromHackernoon
3 months ago
Scala

C++ Metaprogramming: Compilation of Calculations, from Basic Techniques to Advanced Methods | HackerNoon

fromInfoQ
4 days ago
Software development

C++26 Draft Finalized with Static Reflection, Contracts, and Sender/Receiver Types

fromRealpython
2 months ago

Using Python's .__dict__ to Work With Attributes - Real Python

Python's .__dict__ attribute serves as a namespace for classes and instances, mapping attribute names to values, which is crucial for metaprogramming and debugging.
Python
fromRubyflow
4 months ago

Unlock the Power of Ruby Metaprogramming!

The Module#included callback allows developers to dynamically modify the behavior of classes or modules when they include a particular module, making it a powerful tool for adding functionality.
[ Load more ]