More radical ideas about gc and reference counting

Timon Gehr via Digitalmars-d digitalmars-d at puremagic.com
Tue May 13 07:40:37 PDT 2014


On 05/13/2014 03:56 PM, Dicebot wrote:
> On Monday, 12 May 2014 at 19:32:49 UTC, Jacob Carlborg wrote:
>> On 2014-05-12 19:14, Dicebot wrote:
>>
>>> It lacks any good static reflection though. And this stuff is damn
>>> addictive when you try it of D caliber.
>>
>> It has macros, that basically requires great support for static
>> reflection to be usable.
>
> Judging by http://static.rust-lang.org/doc/0.6/tutorial-macros.html
> those are not full-blown AST macros like ones you have been proposing,
> more like hygienic version of C macros.

https://github.com/huonw/brainfuck_macro/blob/master/lib.rs


More information about the Digitalmars-d mailing list