Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

How to call methods dynamically based on their name? [duplicate]

Compile time string hashing

c++ metaprogramming c++11 hash

How do I use define_method to create class methods?

Best introduction to C++ template metaprogramming? [closed]

How Pony (ORM) does its tricks?

How to drive C#, C++ or Java compiler to compute 1+2+3+...+1000 at compile time?

Objective-C class -> string like: [NSArray className] -> @"NSArray"

Is it possible to figure out the parameter type and return type of a lambda?

Can a line of Python code know its indentation nesting level?

C++ SFINAE examples?

Conveniently Declaring Compile-Time Strings in C++

Is it possible to implement dynamic getters/setters in JavaScript?

How do you pass arguments to define_method?

ruby metaprogramming

What exactly is metaprogramming?

metaprogramming

Calling a Method From a String With the Method's Name in Ruby

ruby metaprogramming

Get the name of the currently executing method

Python dictionary from an object's fields