Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Dynamic method calling in Ruby

How can I dynamically create class methods for a class in python [duplicate]

Why do I get an error trying to call a template member function with an explicit type parameter?

What's the use of metaprogramming?

List stored functions that reference a table in PostgreSQL

Find classes available in a Module

ruby 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"