Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Unexpected value of __callee__ when including a module – is this a Ruby bug?

SFINAE + sizeof = detect if expression compiles

c++ metaprogramming sfinae

Testing if member function exists using variadics

How to check if a function is pure in Python?

Use Groovy Category implicitly in all instance methods of class

Ruby metaclass madness

Ruby: Execute code for every subclass

Can Java Classloader's rewrite the bytecode of (only their copy of) System classes?

Map enum value to a type in C++

How to define instance method in ruby dynamically?

ruby metaprogramming

Programmatic type annotations in Haskell

Can I add numbers with the C/C++ preprocessor?

Testing a rake task in rspec (and cucumber)

Class Method to 'Know' Class Name in Ruby?

Meta programming: Declare a new struct on the fly

What are the coolest examples of metaprogramming that you've seen in C++? [closed]

Permutations of a List of Types Using boost::mpl

Why is a delegated method public when declared in a private section?

C++ Declarative Parsing Serialization

How can Haskell quasiquotation be used for replacing tokens on the Haskell level?

haskell metaprogramming dsl