Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

How do I call +class methods in Objective C without referencing the class?

Nils and method chaining

Add ruby class methods or instance methods dynamically

What is Ruby's analog to Python Metaclasses?

Which modern (post-5.10) trickery can be leveraged to make a Data::Dumper::Simple work-alike work?

perl metaprogramming

Does Ruby have a method_missing equivalent for undefined instance variables?

Generating java code parse trees and evaluating it for testing

Complete metaprogramming framework for Java?

java metaprogramming

match multiple types for template specialization resolution

How can I use Variadic templates to flatten a tree of types?

Currying for templates in C++ metaprogramming

How to convert a string with the name of a class to the class type itself?

Is all use of templates in C++ metaprogramming?

Compile-time 'String' Manipulation with Variadic Templates

Programmatically generate methods for a class

Ruby 2.0 How do I uninclude a module out from a module after including it?

C# Generic Generics (A Serious Question)

c# generics metaprogramming

Python name of class in class body

Find the source file containing R function definition

r metaprogramming