Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

In Python, how can you get the name of a member function's class?

What exactly is Reflection and when is it a good approach?

Explicit use of LambdaMetafactory

Is it possible to create and initialize an array of values using template metaprogramming?

c++ metaprogramming

How to mutate a boxed struct using IL

Python equivalent of Ruby's 'method_missing'

Overriding special methods on an instance

python metaprogramming

Modify default queryset in django

C++ Template Metaprogramming - Is it possible to output the generated code?

Ruby metaprogramming online tutorial [closed]

ruby metaprogramming

How to generate nested loops at compile time

Ruby's def and instance_eval vs. class_eval

ruby metaprogramming

C++ metafunction to determine whether a type is callable

c++ c++11 metaprogramming

How to list local-variables in Ruby?

Design principles behind std::ratio<>

How to pass arguments to the metaclass from the class definition?

How to use define_method inside initialize()

ruby metaprogramming

Can someone explain the Class.superclass.class.superclass paradox?

ruby metaprogramming

Quick sort at compilation time using C++11 variadic templates

Dynamically define named classes in Ruby