Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Using C++ Macros To Check For Variable Existence

c++ macros metaprogramming

Doesn't Lua have something comparable to Ruby's method_missing?

Defining a new logical operator in Ruby

ruby metaprogramming

get instance variable name from itself in ruby

ruby metaprogramming

Ruby dynamic object attributes, send vs instance variable set

ruby metaprogramming

Changing ruby method context / calling a method with instance_exec

How to enforce non-generic type at compile time

Remove a const qualifier from a variable in D

metaprogramming d

Sequence array initialization with template

How get the class (object type) from pointer to method

c++ c++14 metaprogramming

o.errors.allErrors.each { println it } by default when failing to save a domain object

Groovy: How to set a property within setProperty() and avoid infinite recursion?

groovy metaprogramming

C++ metaprogramming with templates versus inlining

How can i change the __cmp__ function of an instance (not in class)?

python metaprogramming cmp

Why use boost::ice_or instead of || and boost::ice_and instead of && in enable_if?

In how many ways can methods be added to a ruby object?

How to add statements to an existing method definition in Ruby

ruby metaprogramming

scala macros: Add function to class

How to test for type equality in Rust?

rust metaprogramming

Are there any c++ metaprogramming alternatives besides templates?