Search Results

6
votes

Python Vs. Ruby for Metaprogramming

You are describing Ruby. Good metaprogramming. Ability to create classes, methods, functions, etc. at runtime. Preferably, minimal distinction between code and da …
0
votes

Extending Python with C/C++

Maybe this example helps. I think it's simple enough :) …