Re: What's the current status of GC in phobos?

2015-04-05 Thread MarisaLovesUsAll via Digitalmars-d
Thanks for the answers!

Re: What's the current status of GC in phobos?

2015-04-04 Thread MarisaLovesUsAll via Digitalmars-d
On Sunday, 5 April 2015 at 02:23:47 UTC, MarisaLovesUsAll wrote: Hi! Today I met one guy on the internet, he said that he will use D only if standard library will not require Garbage Collector (in case of total GC disabling). So what's the current status of GC in Phobos? :^) I've heard there h

What's the current status of GC in phobos?

2015-04-04 Thread MarisaLovesUsAll via Digitalmars-d
Hi! Today I met one guy on the internet, he said that he will use D only if standard library will not require Garbage Collector (in case of total GC disabling). So what's the current status of GC in Phobos? :^) I've heard there has been some work on it. Regards, Alex

Windows drivers written in D

2014-10-13 Thread marisalovesusall via Digitalmars-d
D is a system programming language, so is it possible to write drivers in D? Windows drivers, as example, or Linux.

Re: Is there any preprocessor scripting language?

2014-08-22 Thread MarisaLovesUsAll via Digitalmars-d
On Friday, 22 August 2014 at 13:33:12 UTC, Kagamin wrote: You can try D parsing libraries: http://forum.dlang.org/thread/jqwvudiwgiuprqcua...@forum.dlang.org they're believed to enable writing refactoring scripts. Thanks a lot! It will be useful.

Is there any preprocessor scripting language?

2014-08-22 Thread MarisaLovesUsAll via Digitalmars-d
I just want to write something like this: #ololo script foreach(child; findAllChildrens()) { child.insert( static void doABarrelRoll() { } ); } #end Templates/mixins is not enough for me... maybe because of hands.dll error :)