Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Dynamic Class Definition WITH a Class Name

What do "reify" and "reification" mean in the context of (functional?) programming?

Python vs. Ruby for metaprogramming [closed]

Ruby Metaprogramming: dynamic instance variable names

What is the __dict__.__dict__ attribute of a Python class?

How do I convert a Ruby class name to a underscore-delimited symbol?

Get the value of an instance variable given its name

ruby 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