Re: Vision for the D language - stabilizing complexity?

2016-07-16 Thread Nobody via Digitalmars-d
On Saturday, 9 July 2016 at 00:14:34 UTC, Walter Bright wrote: On 7/8/2016 2:58 PM, Ola Fosheim Grøstad wrote: On Friday, 8 July 2016 at 21:24:04 UTC, Walter Bright wrote: On 7/7/2016 5:56 PM, deadalnix wrote: While this very true, it is clear that most D's complexity doesn't come from there.

Re: Value of floating in JSONValue

2014-08-22 Thread Nobody via Digitalmars-d-learn
On Thursday, 21 August 2014 at 18:53:08 UTC, nrgyzer wrote: Hi everyone, I'm facing a problem with the JSON functions. I've to communicate with another PC using JSON. Here's a simple snipped which shows my problem: import std.json; import std.stdio; void main() { double d =

Re: Short overview on D

2014-08-03 Thread Nobody via Digitalmars-d
On Sunday, 3 August 2014 at 07:36:43 UTC, Bayan Rafeh wrote: A small background on this: I'm a university student about to start my graduation project with two teammates, both of which have a C/Java/Python background and I suggested we use D for our project. They're not familiar with it, so

Re: Pointer, if pointed type is unknown?

2014-08-03 Thread Nobody via Digitalmars-d-learn
On Saturday, 2 August 2014 at 20:21:37 UTC, seany wrote: In my previous post (http://forum.dlang.org/thread/jcaomfduqeofobcul...@forum.dlang.org) I asked for an array of pointers to different types, as a stack for my own, where I can generate and insert runtime variables. However, seems like