Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Update Ruby class attributes hash when a property changes

Template spaghetti

What does this Ruby code do?: def self.metaclass; class << self; self; end; end

Is D powerful enough for these features?

metaprogramming d

Dynamically adding class methods to a class

How do I access a static property in typescript from an instance of a subclass?

What would be a use case for identity-preserving membrane proxies?

Use hana::transform to transform types inside tuple in C++14

Nicer pythonic `join` in common-lisp

How to change behaviour of the method in groovy using that method in metaclass

groovy metaprogramming

How are variables bound to the body of a define_method?

Generating tuples from tuples

c++ metaprogramming c++11

Using C++ Macros To Check For Variable Existence

c++ macros metaprogramming

Doesn't Lua have something comparable to Ruby's method_missing?

Defining a new logical operator in Ruby

ruby metaprogramming

get instance variable name from itself in ruby

ruby metaprogramming

Ruby dynamic object attributes, send vs instance variable set

ruby metaprogramming

Changing ruby method context / calling a method with instance_exec

How to enforce non-generic type at compile time

Remove a const qualifier from a variable in D

metaprogramming d