Search

September 21, 2014
General »
...to be worked around, adding complexity.
 - The macro system is plain horrible, and the only...
September 17, 2014
General »
It's implemented as a special macro named __COUNTER__ which expands to an integer literal...
September 17, 2014
General »
Technically, they implement it via macro, and the macro re-expands on every use. It...
September 16, 2014
Issues »
...a-use-for-the-counter-pre-processor-macro http://msdn.microsoft.com/en-us/library...
September 15, 2014
Learn »
...disasterous side effects, even weirder than C macro abusing.

"#define" is BAD, but in C...
September 09, 2014
General »
...point is that Rust has a try! macro, which wraps an expression and translates into...
August 21, 2014
Learn »
...make it work in D.

~~~
class Foo
  macro inherited
    def method_in_{{@class_name.downcase...
August 21, 2014
General »
...proceed about corner cases (e.g. expand this macro but not this other etc). -- Andrei
August 20, 2014
General »
...Each of these should be their own macro so that the formatting of each part...
August 20, 2014
General »
...I am sceptical to the use of macro style mixins. It makes the code less...
119 120 121 122 123 124 125 126 127 128 129
Next ›   Last »