On Tuesday, 3 June 2014 at 06:44:12 UTC, Jacob Carlborg wrote: > Yeah, but the advantage of monkey patching is that it can be > done in the same project that uses it. Monkey patching can be done in D too if you're crazy enough to try it :P use pragma(mangle) to replace library functions with your own versions...