Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

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?

How to add a method to an existing object instance at runtime in Ruby?

ruby metaprogramming

Creating a Ruby Class on the fly without eval

ruby metaprogramming eval

Is Clojure less homoiconic than other lisps? [closed]