Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Initializing `attr_accessor`-like method with history

ruby metaprogramming

How to retrieve caller context object in Ruby?

ruby metaprogramming

Compile an anonymous word in a compiled word

Ruby call "super" from a block (i.e in context)

Can I know the type of what matched boost::proto::_ in a transform?

Test for existence of std::ostream operator<< via SFINAE GCC bug?

What are alternatives to this typelist-based class hierarchy generation code?

Creating BlockClosures dynamically?

Compile time method to determine whether object has automatic storage duration

How can I move or assign one vector into another depending of their type using if constexpr?

does the R programming language have reflection?

boost::is_same with templated base class

How to declare/define a class with template template parameters without using an extra template parameter

question about parameter passing in Ruby

ruby metaprogramming

Detecting duplicate work at compile time within C++ code

c++ metaprogramming

Why does R behave differently for auto-printed objects?

Passing lambda as an argument to a function with std::function parameter with an arbitrary number of parameters

How to pass filename and file content to awk

bash csv awk metaprogramming

GCC and Clang disagree about constexpr-ness of lambda?