Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

A guide to Boo's metaprogramming and extensibility features?

Permanently caching results of Python class generation

Returning a type depending on the parameter

Why isn't it possible to refer to meta fields or methods in Java?

Groovy getProperties() call invoking getter for non-existent attribute over 1000 times

Check if a function is callable

Use concepts or SFINAE to check if class has a templated member function with a std::array parameter

loading/unloading/updating class in ruby

ruby metaprogramming

How can I "replace" a module included via ruby include function

ruby class metaprogramming

Ruby metaprogramming, defining multiple "inherited" functions

ruby metaprogramming

Detecting basic_string instantiation

Dynamically defined classes incorrectly sharing data - bug, or coding error?

ruby metaprogramming

Method forwarding with composition instead of inheritance (using C++ traits)

Documenting methods created with meta-programming using YARD

Singleton class of singleton class of BasicObject in Ruby

How can I intercept execution of all the methods in a Java application using Groovy?

Preventing non-const lvalues from resolving to rvalue reference instead of const lvalue reference

Non-C++ languages for generative programming?

Dynamic Class Creation in SQLAlchemy