Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Two different results on GCC 4.6 and 4.7 for template template deduction

How does this template result in compile time optimization over runtime recursion?

Understanding ruby metaprogramming using method_added to overwrite instance methods dynamically

How are respond_to and respond_to_missing different?

ruby metaprogramming

__new__ in fractions module

python metaprogramming

C++ combining arguments template metaprogramming

Is it possible to define class methods within `class_eval`?

How to write a PPX rewriter generating lenses for records?

ocaml metaprogramming

easiest way to "store" a function on a class without binding it?

python metaprogramming

Is it possible in Ruby to define a method which name ends with : (colon)?

ruby syntax metaprogramming

meta-programming: inherit from every class in a boost mpl::vector

Is there any way to get all the method's aliases in Ruby?

ruby metaprogramming

create class dynamically, with inheritance and particular accessors

ruby metaprogramming

Template classes with specialised constructors

How do I use class_eval?

ruby metaprogramming

How do you list included Modules in a Ruby Class?

ruby metaprogramming module

Python on Rails?

How to get attributes that were defined through attr_reader or attr_accessor

ruby metaprogramming

Assigning to an instance's __class__ attribute in Python

python metaprogramming

Automatically setting an enum member's value to its name