Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Dynamically creating classes with eval in python

python oop metaprogramming

Will concepts lite change the need of CRTP to achieve static polymorphism?

Can I avoid template recursion here?

Retrieve a Ruby object from its singleton class?

ruby metaprogramming

Is it possible to define a function dynamically in ZSH?

Get function components of function call inside a function

r metaprogramming

Just introducing myself to TMPing, and came across a quirk

Structure or Class with variable number of members

How do I create a Mixin factory in Python?

Automatic transformation from getter/setter to properties

How is swap implemented in c++

c++ metaprogramming

Ruby: Raise error in Module if class method not found

Multiple inheritance based on flags

Can I extract C++ template arguments out of a template class?

Calling super on a method defined by define_method

Is it possible to convert all regular programming tasks to compile time using meta-programming?

c++ metaprogramming

Compile time type tracing

scala metaprogramming

What code is executed when a class is being defined?

Assign a method from one class to an instance of another

ruby metaprogramming

Rails Metaprogramming: How to add instance methods at runtime?