Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Using define_method inside a Module that gets included inside a Class?

Is there any language out there which uses code templating?

Can I dynamically call a math operator in Ruby?

Hooking every function call in Python

std::ratio power of a std::ratio at compile-time?

What is the python attribute get and set order?

Overriding method calls in Ruby?

ruby metaprogramming

Downcasting from base pointer to templated derived types

Check if parameter pack contains a type

Please help me understand this syntax (implementing static assert in C++)

Creating dynamic docstrings in Python descriptor

Why does this constexpr code cause GCC to eat all my RAM?

What is the point of Ruby's method unbinding mechanism?

Javascript Proxy and spread syntax, combined with console.log

Is there any metaprogramming patterns catalog for Python?

grails metaprogramming

templated template parameter list with template types

Another limitation of F# quotations?

Programmatically Alias Method that uses $& Global Variable

How can I convert this code to meta-programming, so I can stop duplicating it?

ruby metaprogramming dry