Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Ruby exception inheritance with dynamically generated classes

Macros vs functions that accept expressions

Command line templating in Dockerfiles

How do I replace a message body programmatically in Smalltalk?

metaprogramming smalltalk

How can I generate code out of text in Ruby

Generate explicit instantiations with multiple parameters with preprocessor

Custom Hook/Callback/Macro Methods

ruby metaprogramming

Sharing class variables between the instance and the class itself when extended within a module

Grails - Making Methods Globally Available and Metaclass Programming

Ruby Kernel module methods used as Object class methods

Rails meta programming and performance

Calling an operator over a series of members variables

Using variadic template arguments to resolve a lambda signature

How to convert any method to infix operator in ruby

Turning boost::tuples::cons<...> back into the corresponding boost::tuple<...>

f = std::forward in lambda capture, what does it mean?

How to define a 'concept' that uses a 'concept' in C++ 20?

Why isn't "type" in the MRO of "int"?

How to measure performance of eval "def ..." and define_method

ruby metaprogramming eval

How to create properties with "delegated" accessors?