#metaprogramming

[ follow ]
#c
fromInfoQ
1 month ago
Software development

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

fromHackernoon
4 months ago
Scala

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

fromInfoQ
1 month ago
Software development

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

fromHackernoon
4 months ago
Scala

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

Python
fromRealpython
3 months ago

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

The .__dict__ attribute in Python maps attribute names to their values, essential for dynamic attribute management.
fromRubyflow
5 months ago
Ruby on Rails

Unlock the Power of Ruby Metaprogramming!

Module#included in Ruby allows for dynamic modifications of classes or modules upon inclusion.
[ Load more ]