Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

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

How to pass arguments to the metaclass from the class definition in Python 3.x?

Is it possible to transform the types in a parameter pack?

Scala macros, where are they used?

monkey patching vs class_eval?

F# Type Providers vs. Lisp macros

How can I expand call to variadic template base classes?

c++11 variadic programming, how to define a tower of vectors

Implicit template type deduction with two arguments of different types

how to detect if a type is an iterator or const_iterator