www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - "D Language and Fortran DLL" article

reply "Michael" <pr m1xa.com> writes:
Hi all,

I would like to annonce "D Language and Fortran DLL" article that 
writen in Russian.

Link: 
http://www.m1xa.com/ru/article/d-language-and-fortran-dll.html

It's happy end of this topic 
http://forum.dlang.org/thread/wjbjanlmgytnnkjxmyyp forum.dlang.org

Comments are welcome.

Thanks)

P.S.: And I did not find any appropriate russian community 
website about D Language, they exists?
Aug 02 2012
next sibling parent reply "Minas Mina" <minas_mina1990 hotmail.co.uk> writes:
 P.S.: And I did not find any appropriate russian community 
 website about D Language, they exists?
I don't think so. There are only a few in English...
Aug 09 2012
parent reply =?UTF-8?B?QWxpIMOHZWhyZWxp?= <acehreli yahoo.com> writes:
On 08/09/2012 10:30 AM, Minas Mina wrote:
 P.S.: And I did not find any appropriate russian community website
 about D Language, they exists?
I don't think so. There are only a few in English...
According to dlang.org (rather, digitalmars.com that is linked from it ;)) there are Japanese, German, Russian, Chinese, and Turkish forums: http://digitalmars.com/d/dlinks.html I follow the Turkish forum. It is active with very roughly (by eye balling) 2-3 topics, average around 10-20, sometimes up to 40 messages a day: http://ddili.org/forum/forum Ali
Aug 14 2012
parent "Michael" <pr m1xa.com> writes:
On Tuesday, 14 August 2012 at 15:36:42 UTC, Ali Çehreli wrote:
 According to dlang.org (rather, digitalmars.com that is linked 
 from it ;)) there are Japanese, German, Russian, Chinese...
Current russian website seems to died and resurrected at 2010 as copy from web archive.
Aug 14 2012
prev sibling next sibling parent reply "Maxim Fomin" <maxim maxim-fomin.ru> writes:
On Thursday, 2 August 2012 at 20:38:45 UTC, Michael wrote:
 P.S.: And I did not find any appropriate russian community 
 website about D Language, they exists?
I guess there were http://dprogramming.ru but now is dead (last updated in fall 2010). However, I noticed some increase in D concern couple of month ago, so maybe in future situation will be better.
Aug 09 2012
parent reply "Suliman" <evermind live.ru> writes:
On Thursday, 9 August 2012 at 17:50:52 UTC, Maxim Fomin wrote:
 On Thursday, 2 August 2012 at 20:38:45 UTC, Michael wrote:
 P.S.: And I did not find any appropriate russian community 
 website about D Language, they exists?
I guess there were http://dprogramming.ru but now is dead (last updated in fall 2010). However, I noticed some increase in D concern couple of month ago, so maybe in future situation will be better.
I am working on Russian site, it will be opened in end of September.
Aug 10 2012
parent "xenon325" <1 mail.net> writes:
On Friday, 10 August 2012 at 15:44:34 UTC, Suliman wrote:
 I am working on Russian site, it will be opened in end of 
 September.
Nice! What is supposed domain ? P.S. don't forget to announce it here.
Aug 14 2012
prev sibling parent reply "xenon325" <1 mail.net> writes:
nitpicks:

1. why not use DDoc ? E.g.  Author,  License
    (http://dlang.org/ddoc.html)

2. formatting :). I know, I know it's a moot point.
    Now it looks a bit like Windows version is "more primary".
    I like it more:

     version ( ) {
         ...
     }
     else version ( ){
         ...
     }
     else{

     }

3. Some lines of code are outside of main area (like 49, 50).
    Tested on Opera, FF, IE.
Aug 14 2012
parent reply "Michael" <pr m1xa.com> writes:
On Tuesday, 14 August 2012 at 07:32:05 UTC, xenon325 wrote:
 nitpicks:

 1. why not use DDoc ? E.g.  Author,  License
    (http://dlang.org/ddoc.html)
Added.
 2. formatting :). I know, I know it's a moot point.
    Now it looks a bit like Windows version is "more primary".
    I like it more:

     version ( ) {
         ...
     }
     else version ( ){
         ...
     }
     else{

     }
Windows is main dev OS. Braces: http://dlang.org/dstyle.html
 3. Some lines of code are outside of main area (like 49, 50).
    Tested on Opera, FF, IE.
BitBucket bug, but fixed manually.
Aug 14 2012
parent reply "xenon325" <1 mail.net> writes:
On Tuesday, 14 August 2012 at 22:00:26 UTC, Michael wrote:
 Braces: http://dlang.org/dstyle.html
I was referring to indentation, i.e. version else version else
 On Tuesday, 14 August 2012 at 07:32:05 UTC, xenon325 wrote:
 3. Some lines of code are outside of main area (like 49, 50).
   Tested on Opera, FF, IE.
BitBucket bug, but fixed manually.
Hm, I still see lines are outside. Another one. I don't have d compiler at hand (and for some reason DPaste isn't working too), but I think this should work fine: void checkAndThrow(void * pointer, int line = __LINE__) and than call it just like checkAndThrow( ptr);
Aug 14 2012
parent reply "Michael" <pr m1xa.com> writes:
 I was referring to indentation, i.e.
     version
     else version
     else
Without indentation it looks like C++ #if defined that's ugly for me.
 On Tuesday, 14 August 2012 at 07:32:05 UTC, xenon325 wrote:
 3. Some lines of code are outside of main area (like 49, 50).
  Tested on Opera, FF, IE.
BitBucket bug, but fixed manually.
Hm, I still see lines are outside.
What is your browser? IE, FF, Chrome, Opera - ok.
 Another one. I don't have d compiler at hand (and for some 
 reason DPaste isn't working too), but I think this should work 
 fine:

 void checkAndThrow(void * pointer, int line = __LINE__)

 and than call it just like

 checkAndThrow( ptr);
Thanks, it works on dmd 2.060.
Aug 15 2012
parent "xenon325" <1 mail.net> writes:
On Wednesday, 15 August 2012 at 19:17:42 UTC, Michael wrote:
 Without indentation it looks like C++ #if defined that's ugly 
 for me.
Ok, no problem.
 On Tuesday, 14 August 2012 at 07:32:05 UTC, xenon325 wrote:
 3. Some lines of code are outside of main area (like 49, 50).
 Tested on Opera, FF, IE.
BitBucket bug, but fixed manually.
Hm, I still see lines are outside.
What is your browser? IE, FF, Chrome, Opera - ok.
Opera 12.0 - ok (it should be because of cache, though I could swear I've tried to reload it yesterday) FF 12.0 - ok (same as Opera) IE 9.0.8112 - ok (damn!)
Aug 15 2012