Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Iteratively filtering arguments matching a predicate at compile-time

Most elegant way to split a C++ TypeList

"Member is private" although I don't access it from outside, when using trailing return type

Changing Haskell's Functor for Metaprogramming

haskell metaprogramming dsl

How are instance variables in controllers made available to views in Rails

Is there a non-template metalanguage for c++?

c++ metaprogramming

Julia-Lang Metaprogramming: turn expression into function with expression-dependent arguments

Python: wrapping method invocations with pre and post methods

python metaprogramming

How does this deprecate method work?

How does Sinatra define and invoke the get method?

Can i extend a Ruby class to behave like OpenStruct dynamically?

Groovy meta-programming - adding static methods to Object.metaClass

Can I dynamically define a Ruby method that takes a block?

For loop over template arguments/types

Declaring top level variables in Julia using metaprogramming

metaprogramming julia

How do you detect that monkey patching has occurred in Ruby?

ruby metaprogramming

Traversing Scheme function as a list

Force a specific overload when template template

call before methods in model on ruby

ruby model metaprogramming

Generating prime numbers at compile time