Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Test equality of two functions in python

How to determine between two c++ types without instantiating the types?

How does Ruby use symbols to reference variable names?

ruby metaprogramming

Smalltalk: how to modify self behaviour

Output the source of a ruby method

ruby metaprogramming

Prevent templated member function from being instantiated for a given type

How does Grails make `params` available to a Singleton controller? (Grails internals)

Emacs metaprogramming, dynamically define methods

A group of variadic macros

Can function application be overriden with Macro in Elixir?

metaprogramming elixir

Getting info about inheritance chain in Crystal

Metaprogramming construct that returns underlying type for an enum and integer for an iteger

Using captured types to type a class's attributes

Mysterious oneliner template code, any one? [duplicate]

What libraries use design patterns implemented with compile-time metaprogramming techniques?

Changing value_type of a given STL container

Add method to base class in the context of module

ruby metaprogramming

Calling a setter method via a symbol

SFINAE to check the existence of operators (without decltype)

C++ template non-type parameter type deduction