Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

c++: Is there something like "boost/std typetraits conditional" that generates a value (not a type) at compile time?

How can I write method with question mark using define_method

Creating instances of a type class based on runtime comparisons in Haskell

Can an interface be retroactively implemented in VB.NET?

Am I Allowed to Default a Template Argument in a Forward Declaration

boost static_assert with message?

Writing a program to print a "Hello, world!" program

c++ metaprogramming

Filtering fields from ActiveRecord/ActiveModel JSON output (by magic!)

Ruby pass arguments to block

ruby metaprogramming

Julia create multiple slightly modified versions of a function

Template metaprogramming within the body of a template class

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?