What are constants?

2016-12-29 Thread Chinmay Sahoo via Digitalmars-d-announce
A number, character string, or character which is used as a program value is called constants. A constant is characterized by the type and the value. integer-constant floating-point-constant character-constant enumeration-constant

Re: It's alive! D building D building D, all on Android

2016-12-29 Thread Joakim via Digitalmars-d-announce
On Sunday, 15 May 2016 at 11:09:01 UTC, Joakim wrote: On Wednesday, 11 May 2016 at 19:07:10 UTC, Joakim wrote: On Thursday, 5 May 2016 at 14:07:07 UTC, Vadim Lopatin wrote: On Thursday, 5 May 2016 at 08:17:07 UTC, Joakim wrote: [...] Great work! I've slapped up some beta builds, have at it

dlang-requests 0.4.0 released

2016-12-29 Thread ikod via Digitalmars-d-announce
Hi, dlang-requests v0.4.0 released. Major new feature - threaded request pool, which works like InputRange. You can write code like this: iota(10). map!(n => "%d".format(n).representation). map!(d => Job("http://httpbin.org/post";).method("POST").data(d)). p

Re: It's alive! D building D building D, all on Android

2016-12-29 Thread Walter Bright via Digitalmars-d-announce
On 5/5/2016 1:17 AM, Joakim wrote: After a sleepless night of trying to build the latest ldc master branch 2.070.2 on my Android tablet a couple nights ago, almost the full druntime/phobos standard library test suite passes (only one assert in std.conv) and the same for the dmd test suite, with a

Simple tutorial for starting to make D apps for Android

2016-12-29 Thread WebFreak001 via Digitalmars-d-announce
Hi, I just wrote my first tutorial and its about setting up LDC for Android compilation. It is mostly based off the Build LDC for Android Wiki page but I have written it so it is easier to understand for beginners. I followed the Wiki page and for example had some problems because I used an x

Re: Simple tutorial for starting to make D apps for Android

2016-12-29 Thread Joakim via Digitalmars-d-announce
On Thursday, 29 December 2016 at 21:11:56 UTC, WebFreak001 wrote: Hi, I just wrote my first tutorial and its about setting up LDC for Android compilation. It is mostly based off the Build LDC for Android Wiki page but I have written it so it is easier to understand for beginners. I followed t

Re: running D on AWS lambda

2016-12-29 Thread extrawurst via Digitalmars-d-announce
On Sunday, 13 March 2016 at 21:22:11 UTC, Laeeth Isharc wrote: http://awslambda-d.readthedocs.org/ http://code.dlang.org/packages/awslambda_d https://github.com/kaleidicpublic/awslambda_d AWS Lambda is a 'compute service that runs your code in response to events and automatically manages the n

Re: running D on AWS lambda

2016-12-29 Thread Meta via Digitalmars-d-announce
On Thursday, 29 December 2016 at 22:45:53 UTC, extrawurst wrote: Thanks again for this article. I am working with that and created my first amazon alexa skill with that in D! blog post will follow ;) Imagine "Alexa, ask dlang to report news on the forums" :P ~Stephan Ha, that sounds really

Beta D 2.072.2-b2

2016-12-29 Thread Martin Nowak via Digitalmars-d-announce
Second and last beta for the 2.072.2 point release. This version adds a few more fixes and also comes with dub v1.1.2-beta.1. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.072.2.html https://github.com/dlang/dub/blob/v1.1.2-beta.1/CHANGELOG.md Please report any bugs at htt

Another XML DOM Package

2016-12-29 Thread apz28 via Digitalmars-d-announce
This is my first package to learn D. Suggestion for improvement is welcome. https://github.com/apz28/dlang-xml