Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

Metaprogram for bit counting

Can not use template argument in function declaration

Changing a function implementation in Python

Haskell Typeclass Inspection

haskell metaprogramming

Is there a relationship between untyped/typed code quotations in F# and macro hygiene?

Define custom Ruby operator

Is the current Ruby method called via super?

What does `&method(:method_ name)` mean in ruby?

ruby metaprogramming

Julia: Is it possible to pass a dictionary of parameters to a function?

Indenting for code-generation

Create Python class where the attributes is defined dynamically

python metaprogramming

How do I declare a method dynamically with method_missing?

explanation to java as a secure language? [closed]

java c++ metaprogramming

ruby private class method helper

ruby metaprogramming

How to obtain an array of subclasses in Rails

Groovy dynamic property per object

How can I dynamically get the set of classes from the current python module?

Javascript Metaprogramming

How and why does this dynamic method definition work?

ruby metaprogramming

Given an instance of a Ruby object, how do I get its metaclass?