Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

How do I use Ruby metaprogramming to add callbacks to a Rails model?

Nested loops unrolling using metaprogramming

How to apply a function to each component of a variadic list and return a variadic list?

Filter the types of a parameter pack

Template functions in namespace cause errors

Determine Class from Eigenclass

How can I inspect what is the default value for optional parameter in ruby's method?

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?