Is anybody use Data Structure Interpretation techniques in Nim?
I'd like to see source code samples for things like eval/apply, bytecode interpreting, objects message passing engines, or maybe some more complex methods like interpreting object graphs, or implementing DataFlow at the metaprogramming level.
