Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Elixir macros and bind_quoted

__new__, __init__, and metaclasses (and superclasses)

How to dynamically create module level functions from methods in a class

Petri net drawing and code generation

Position of a type in a variadic template parameter pack

When to favor untyped over typed quotations in F#?

constexpr vs template for compile-time maths functions?

Groovy method interception

Macros and string interpolation (Julia)

How do I rebuild parameter pack from TypeList

c++ metaprogramming

How to get the full generated code of a module using Elixir macros

Traversing trees at compile time with C++17 Variadic Templates

What are some good Xcode scripts to speed up development?

Groovy adding code to a constructor

How to inherit from a list of types and then call a member on the list of inherited members?

How to change self in a block like instance_eval method do?

ruby metaprogramming self

N-dimensionally nested metaloops with templates

Return `f`'s result if `f` has a non-void return type - how to refactor this pattern?

How to loop through a boost::mpl::list?

Can one access the template parameter outside of a template without a typedef?