Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Get Method Arguments using Ruby's TracePoint

ruby metaprogramming

Determining the Parameter Types of an Undefined Function

C# IL code modification - keep stack intact

Q: Template class that takes either a normal type or a template template argument

Boost.MPL and type list generation

Java Code Generation (Metaprogramming, Reflection, wtv)

How to tell CPAN (Perl) about packages created with meta-programming?

perl metaprogramming cpan

TypeError: wrong argument type String (expected Module)

instance_eval's block argument(s)- documented? purpose?

ruby metaprogramming

What does class << self mean?

ruby metaprogramming

Python: counting how many times a given line is executed

Type decision based on existence of nested typedef

Is there a way to print a short version of the docstring for all members of a Python object?

Extending a class method in a module

ruby metaprogramming

Is there a hook for when anonymous classes are assigned to a constant?

What methods make it possible to access the source code?

ruby metaprogramming

Execute integer templated function based on run-time parameter

r data.table functional programming / metaprogramming / computing on the language

How to use metaprogramming to create an enum in Perl 6?

metaprogramming raku

Distinguish between function references/pointers accepting const and non-const argument with same name as function parameter