Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

`respond_to?` vs. `respond_to_missing?`

ruby metaprogramming

Reducing code duplication while defining a commutative operation

Undefine variable in Ruby

Does Javascript have something like Ruby's method_missing feature?

Remove/undef a class method

ruby metaprogramming

Is stateful metaprogramming ill-formed (yet)?

Python dynamic function creation with custom names

Template Metaprogramming - Difference Between Using Enum Hack and Static Const

Can you make custom operators in C++?

Python decorator makes function forget that it belongs to a class

Metaprogramming in C++ and in D

c++ metaprogramming d

java custom annotation: make an attribute optional

Ruby: define_method vs. def

ruby metaprogramming

Programmatically create static arrays at compile time in C++

Does C++ support compile-time counters?

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