Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Repeating RSpec example groups with different arguments

ruby rspec metaprogramming

What is the purpose of a struct template without definition?

Giving object's send-method an other method with block

Type function that returns a tuple of chosen types

Is there a way to convince Rust that a particular associated type is the same as a concrete type?

rust metaprogramming monads

Canonical way of updating/replacing a map value in `boost::hana::map`

Alias a method to a single object

create custom namedtuple type with extra features

Intercepting JavaScript array accessor

Deparse, substitute with three-dots arguments

Tidy Eval: Using {{var}} inside a nesting function not possible?

"Inlining" (kind of) functions at runtime in C

ruby lambda context

ruby lambda 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?