Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

How to write a PPX rewriter generating lenses for records?

ocaml metaprogramming

easiest way to "store" a function on a class without binding it?

python metaprogramming

Is it possible in Ruby to define a method which name ends with : (colon)?

ruby syntax metaprogramming

meta-programming: inherit from every class in a boost mpl::vector

Is there any way to get all the method's aliases in Ruby?

ruby metaprogramming

create class dynamically, with inheritance and particular accessors

ruby metaprogramming

Template classes with specialised constructors

Javascript metaprogramming: get name of currently executing function which was dynamically rewritten

Python decorator to add class-level variables

Is recursive use of eval() an alright way to inspect the execution of a program?

How to metaprogramatically define typecasting attribute readers/writers in Ruby

ruby metaprogramming

Why Module.methods() and respond_to? works differently in irb than in script?

Are F# quotations useful for anything? [closed]

What is the best way to re-establish type coherence after transforming a Tree with Macros

Insert/remove type into variadic template list (parameter pack)

Need help to understand template function with complex typename parameters

scope of expressions and variables in Julia macro in modules

How to evaluate Julia expression defining and calling a macro?

julia metaprogramming

I need a serialization framework for D

Swift: macro for __attribute__((section))