www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Seeking research papers on D

reply "Sparsh Mittal" <sparsh0mittal gmail.com> writes:
Hello

I was looking for research publications on D (either design of D 
or its application) on Google scholar, but since searching D is 
difficult, I could not find much.

I would be grateful if you could point me to a collection etc. of 
papers on D. It will be very helpful in my research.
Thanks
Nov 17 2012
next sibling parent reply "bearophile" <bearophileHUGS lycos.com> writes:
Sparsh Mittal:

 It will be very helpful in my research.
I have read several online articles about D and Phobos, plus I remember D and Phobos cited few times in Stroustrup papers and Alexander Stepanov seminars, but I don't remember any research papers about D/Phobos. What kind of texts are you looking for? Bye, bearophile
Nov 17 2012
parent reply "Sparsh Mittal" <sparsh0mittal gmail.com> writes:
On Saturday, 17 November 2012 at 22:42:57 UTC, bearophile wrote:

 What kind of texts are you looking for?
For example, for Go language, I found, "GoHotDraw: Evaluating the Go programming language with design patterns", where they have evaluated use of Go for that project. Similarly, one can find for GPUs etc. Similarly, I was looking for research papers discussing applications on D or comparing D's use for scientific applications with other languages. I searched: http://scholar.google.com/scholar?q=%22d+%22+programming+language&btnG=& l=en&as_sdt=1%2C16, and also with dlang (which it changes to slang!), but could not find anything. I would be grateful for your help.
Nov 17 2012
next sibling parent "bearophile" <bearophileHUGS lycos.com> writes:
Sparsh Mittal:

 but could not find anything.
Maybe there are no research papers on D. I hope to be shown wrong. Bye, bearophile
Nov 17 2012
prev sibling parent reply "Sparsh Mittal" <sparsh0mittal gmail.com> writes:
To explain slightly more, I am a graduate student in Computer 
Engg. I was looking for evaluation of D by 
users/developers/real-world applications, something like this: 
http://stackoverflow.com/questions/56315/d-programming-languag
-in-the-real-world, 
but more scientific-oriented work.
Nov 17 2012
parent reply Paulo Pinto <pjmlp progtools.org> writes:
Am 18.11.2012 03:28, schrieb Sparsh Mittal:
 To explain slightly more, I am a graduate student in Computer Engg. I
 was looking for evaluation of D by users/developers/real-world
 applications, something like this:
 http://stackoverflow.com/questions/56315/d-programming-language-in-the-real-world,
 but more scientific-oriented work.
There are the Xomb pappers, but they focus more on the operating system, not the language: http://wiki.xomb.org/index.php?title=Publications_and_Presentations -- Paulo
Nov 17 2012
next sibling parent reply Philippe Sigaud <philippe.sigaud gmail.com> writes:
I remember reading an article on graphs using D a few years ago. Ah, there
it is:

http://www.massey.ac.nz/~kahawick/cstn/043/cstn-043.pdf




On Sun, Nov 18, 2012 at 6:54 AM, Paulo Pinto <pjmlp progtools.org> wrote:

 Am 18.11.2012 03:28, schrieb Sparsh Mittal:

  To explain slightly more, I am a graduate student in Computer Engg. I
 was looking for evaluation of D by users/developers/real-world
 applications, something like this:
 http://stackoverflow.com/**questions/56315/d-programming-**
 language-in-the-real-world<http://stackoverflow.com/questions/56315/d-programming-language-in-the-real-world>
 ,
 but more scientific-oriented work.
There are the Xomb pappers, but they focus more on the operating system, not the language: http://wiki.xomb.org/index.**php?title=Publications_and_**Presentations<http://wiki.xomb.org/index.php?title=Publications_and_Presentations> -- Paulo
Nov 18 2012
next sibling parent "Sparsh Mittal" <sparsh0mittal gmail.com> writes:
On Sunday, 18 November 2012 at 08:35:51 UTC, Philippe Sigaud 
wrote:
 I remember reading an article on graphs using D a few years 
 ago. Ah, there
 it is:

 http://www.massey.ac.nz/~kahawick/cstn/043/cstn-043.pdf
Thanks. That is very helpful.
Nov 18 2012
prev sibling parent "Bernard Helyer" <b.helyer gmail.com> writes:
On Sunday, 18 November 2012 at 08:35:51 UTC, Philippe Sigaud 
wrote:
 I remember reading an article on graphs using D a few years 
 ago. Ah, there
 it is:

 http://www.massey.ac.nz/~kahawick/cstn/043/cstn-043.pdf
Hey, that guy was my lecturer! He turned me onto D in the first place. Neat. :D
Nov 18 2012
prev sibling parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 11/18/12 12:54 AM, Paulo Pinto wrote:
 Am 18.11.2012 03:28, schrieb Sparsh Mittal:
 To explain slightly more, I am a graduate student in Computer Engg. I
 was looking for evaluation of D by users/developers/real-world
 applications, something like this:
 http://stackoverflow.com/questions/56315/d-programming-language-in-the-real-world,

 but more scientific-oriented work.
There are the Xomb pappers, but they focus more on the operating system, not the language: http://wiki.xomb.org/index.php?title=Publications_and_Presentations -- Paulo
Also: http://scholar.google.com/citations?view_op=view_citation&hl=en&user=V98u_s0AAAAJ&sortby=pubdate&citation_for_view=V98u_s0AAAAJ:ns9cj8rnVeAC Generally D is poorly represented in the research literature. Andrei
Nov 18 2012
parent reply Joseph Rushton Wakeling <joseph.wakeling webdrake.net> writes:
On 11/18/2012 05:27 PM, Andrei Alexandrescu wrote:
 Generally D is poorly represented in the research literature.
I can confirm that in my current research activities I am using D almost exclusively for simulations, and barring objections from colleagues (which don't seem likely:-) the language will be cited in the resulting papers. Nice note: last week by chance I ran into a friend and former colleague from Switzerland, who I hadn't seen or been in touch with for years -- and one of the first things he said to me was, "I found you on the D programming forums, I've just started getting curious about using this language and I saw that you are really involved!" So, use and awareness of this language in the research community seems like it's growing. My current colleagues are C/C++/Python focused in general (and sometimes, FORTRAN) but they have certainly examined my D code with some curiosity.
Apr 03 2013
next sibling parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 4/3/13 8:08 AM, Joseph Rushton Wakeling wrote:
 On 11/18/2012 05:27 PM, Andrei Alexandrescu wrote:
 Generally D is poorly represented in the research literature.
I can confirm that in my current research activities I am using D almost exclusively for simulations, and barring objections from colleagues (which don't seem likely:-) the language will be cited in the resulting papers.
I was mostly referring to the programming languages research literature. There are, indeed, a growing number of students using D as an implementation language for research projects. Andrei
Apr 03 2013
prev sibling parent reply Paulo Pinto <pjmlp progtools.org> writes:
On 03.04.2013 14:08, Joseph Rushton Wakeling wrote:
 On 11/18/2012 05:27 PM, Andrei Alexandrescu wrote:
 Generally D is poorly represented in the research literature.
I can confirm that in my current research activities I am using D almost exclusively for simulations, and barring objections from colleagues (which don't seem likely:-) the language will be cited in the resulting papers. Nice note: last week by chance I ran into a friend and former colleague from Switzerland, ....
Were you at CERN by any chance? I worked on the Atlas HLT project between 2003-2004. -- Paulo
Apr 03 2013
parent reply Joseph Rushton Wakeling <joseph.wakeling webdrake.net> writes:
On 04/03/2013 05:18 PM, Paulo Pinto wrote:
 Were you at CERN by any chance?
 
 I worked on the Atlas HLT project between 2003-2004.
Nothing so posh, I'm afraid. :-) I was at Fribourg University in the interdisciplinary physics group, working on neural networks, econophysics and (latterly) reputation/recommender systems. These days I'm at the Politecnico di Torino in Italy.
Apr 03 2013
parent "Paulo Pinto" <pjmlp progtools.org> writes:
On Wednesday, 3 April 2013 at 16:09:49 UTC, Joseph Rushton 
Wakeling wrote:
 On 04/03/2013 05:18 PM, Paulo Pinto wrote:
 Were you at CERN by any chance?
 
 I worked on the Atlas HLT project between 2003-2004.
Nothing so posh, I'm afraid. :-) I was at Fribourg University in the interdisciplinary physics group, working on neural networks, econophysics and (latterly) reputation/recommender systems. These days I'm at the Politecnico di Torino in Italy.
I moved to Germany and nowadays doing consulting stuff mostly in JVM/.NET languages.
Apr 03 2013
prev sibling parent "jenniferlopes102" <jenniferlopes102 gmail.com> writes:
write a research paper on the death penalty that will give the
reasons why it should be banned and why it should not be banned I
really have 2 points? It would be incorrect MLA format if I had
only 2 points?

________________________________
[URL=http://students-guidance.blogspot.com/]good writing
skills[/URL]
Apr 03 2013