Search

July 11, 2014
General »
...is very simple in my opinion. AST macro system overlaps with string mixins in functionality...
July 11, 2014
General »
...this:

macro logfx(exp)
  debug_log({{exp.stringify}})
  fx({{exp}})
end

To this:

macro logfx...
July 11, 2014
General »
...a macro system? I mean, a macro system is quite functional in nature - the macro...
July 11, 2014
General »
...HTML output currently. :-(

While ddoc as a macro system is quite nice, for documentation generation...
July 11, 2014
General »
Full macro system is not needed to implement it, just AST reflection can do the...
July 11, 2014
General »
...fx(exp)
  puts "Exp is: #{exp}"
end

macro logfx(exp)
  debug_log({{exp.stringify}})
  fx...
July 11, 2014
General »
Hi,

I have a C macro, which takes an argument, log it and call a...
July 10, 2014
General »
...really just too "dumb": Purely zero-semantics macro-like text substitution just isn't good...
July 10, 2014
General »
...t worth it. I'll stick to my simple nesting expansion and text macro replacement.
July 10, 2014
General »
...been implemented in Rust[1] via a macro, and can be implemented in Haskell[2...
124 125 126 127 128 129 130 131 132 133 134
Next ›   Last »