Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

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?

How to automatically create (e.g.) singleton with c# using CodeDOM / T4 / PostSharp / whatever?

Template Function Specialisation C++ [duplicate]

Understanding returning from procs in Ruby

How to create a sorted mapping integer index with templates

How to build a hana::tuple_t<T, T, T, ...> given T and the number of elements n

Escaping a collection of symbols

julia metaprogramming

Using SFINAE to check if the type is complete or not [duplicate]

Generating Clojure code with macro containing type hints

What trait / concept can guarantee memsetting an object is well defined?

Non-C++ languages for generative programming?

Dynamic Class Creation in SQLAlchemy