Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

How to make super() work by manually filling the __class__ cell?

Defining "method_called".. How do I make a hook method which gets called every time any function of a class gets called?

ruby metaprogramming hook

Confusing about F# Quotations and Pattern Matching in Meta-programming

f# metaprogramming

Equivalent of python eval in Haskell

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]