Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

How can I use Variadic templates to flatten a tree of types?

Currying for templates in C++ metaprogramming

How to convert a string with the name of a class to the class type itself?

Is all use of templates in C++ metaprogramming?

Compile-time 'String' Manipulation with Variadic Templates

Programmatically generate methods for a class

Ruby 2.0 How do I uninclude a module out from a module after including it?

C# Generic Generics (A Serious Question)

c# generics metaprogramming

Python name of class in class body

Find the source file containing R function definition

r metaprogramming

C++ template meta-programming kung-fu challenge (replacing a macro function definition)

On ruby, why include is private and extend is public?

Register a C++ class so that later a function can iterate over all registered classes

What the purpose of bind/unbind methods in Ruby?

ruby metaprogramming

Understanding Raku's `&?BLOCK` compile-time variable

Are there programs that iteratively write new programs?

Using enable_if to optionally add a struct member

How to compare a template template with a template instance?

How can I easily see the output from a Template Haskell statement?

Metaprogramming examples in F#

.net f# metaprogramming