Re: So, You Want To Write Your Own Programming Language?

2014-02-03 Thread Walter Bright
On 1/21/2014 8:29 PM, Walter Bright wrote: http://www.reddit.com/r/programming/comments/1vtm2l/so_you_want_to_write_your_own_language_dr_dobbs/ Just showed up on Hacker News: https://news.ycombinator.com/item?id=7172971

Re: dmd 2.065 beta 3

2014-02-03 Thread evilrat
i have some strange behaviour when building with -O, if in short it reports taking address of interface as dereferencing null. error reported with 2.065 beta2 and beta3, but i don't remember if i had this on 2.064. any advices? here is repro case(for simplicity use dub) https://gist.github.com

Re: dmd 2.065 beta 3

2014-02-03 Thread Brad Anderson
On Monday, 3 February 2014 at 18:37:20 UTC, Andrew Edwards wrote: Windows users, please give the new installer a try. It has been updated to facilitate proper installation. Seems to work well here. I thought something was odd when I saw a flash of an attempt to download from downloads.dlang.org

Re: dmd 2.065 beta 1 #2

2014-02-03 Thread Martin Nowak
On 01/27/2014 03:10 AM, Jordi Sayol wrote: [...] error: line 2: Illegal char '-' in: Version: 2.065.0-b2 - rpm packages do not allows "-" on version. I've pull-requested deb/rpm scripts to fix new dmd versioning scheme. Dash "-" is replaced by tilde "~" on deb/rpm packages version, and so

Re: dmd 2.065 beta 2

2014-02-03 Thread Brad Anderson
On Friday, 31 January 2014 at 06:15:14 UTC, Manu wrote: On 29 January 2014 14:33, Brad Anderson wrote: On Wednesday, 29 January 2014 at 00:41:46 UTC, Manu wrote: I had an issue with the windows installer. It didn't remember where my existing D installation was, and tried to installer it so

Re: dmd 2.065 beta 3

2014-02-03 Thread Meta
On Monday, 3 February 2014 at 23:34:28 UTC, Andrew Edwards wrote: On 2/3/14, 5:29 PM, Meta wrote: When installing on Windows, it lists the required space on disk as 0KB. That's something we can work towards fixing. But does it install? Is it working for you? Are you having any problems wit

Re: dmd 2.065 beta 3

2014-02-03 Thread Andrew Edwards
On 2/3/14, 5:29 PM, Meta wrote: When installing on Windows, it lists the required space on disk as 0KB. That's something we can work towards fixing. But does it install? Is it working for you? Are you having any problems with it that needs to be addressed?

Re: dmd 2.065 beta 3

2014-02-03 Thread Meta
On Monday, 3 February 2014 at 18:34:15 UTC, Andrew Edwards wrote: Following are the changes incorporated since beta 2: DMD Issue 10133 - ICE for templated static conditional lambda Issue 11993 - typeof(this) in constraint of member function template should reflect method qualifier

Re: dmd 2.065 beta 3

2014-02-03 Thread Walter Bright
On 2/3/2014 10:34 AM, Andrew Edwards wrote: Following are the changes incorporated since beta 2: Thank you!

Re: dmd 2.065 beta 3

2014-02-03 Thread Rory McGuire
Thanks, ahh! its the tilde. Cheers, On Mon, Feb 3, 2014 at 9:20 PM, Andrew Edwards wrote: > On 2/3/14, 2:12 PM, Rory McGuire wrote: > >> http://ftp.digitalmars.com/__dmd_2.065.0-b3-0_amd64.deb is 404 for me. >> > > Linux > http://ftp.digitalmars.com/dmd_2.065.0~b3-0_amd64.deb > http://

Re: dmd 2.065 beta 3

2014-02-03 Thread Andrew Edwards
On 2/3/14, 2:12 PM, Rory McGuire wrote: http://ftp.digitalmars.com/__dmd_2.065.0-b3-0_amd64.deb is 404 for me. Linux http://ftp.digitalmars.com/dmd_2.065.0~b3-0_amd64.deb http://ftp.digitalmars.com/dmd_2.065.0~b3-0_i386.deb

Re: Mobile App STACK4 with a D backend

2014-02-03 Thread Andrei Alexandrescu
On 2/2/14, 9:10 AM, extrawurst wrote: On Sunday, 2 February 2014 at 17:02:33 UTC, Andrei Alexandrescu wrote: On 2/2/14, 8:55 AM, extrawurst wrote: http://www.extrawurst.org/blog11/2014/01/stack4-and-the-d-programming-language-part3/ How many parts total? Andrei At the start I thought abou

Re: dmd 2.065 beta 3

2014-02-03 Thread Rory McGuire
http://ftp.digitalmars.com/dmd_2.065.0-b3-0_amd64.deb is 404 for me. On Mon, Feb 3, 2014 at 8:34 PM, Andrew Edwards wrote: > Following are the changes incorporated since beta 2: > > DMD > Issue 10133 - ICE for templated static conditional lambda > Issue 11993 - typeof(this) in const

Re: dmd 2.065 beta 3

2014-02-03 Thread Tiberiu Gal
On Monday, 3 February 2014 at 18:47:46 UTC, Andrew Edwards wrote: On 2/3/14, 1:34 PM, Andrew Edwards wrote: Binaries have been published: Linux http://ftp.digitalmars.com/libphobos2-65_2.065.0-b3-0_amd64.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b3-0_i386.deb Should be: h

Re: dmd 2.065 beta 3

2014-02-03 Thread evilrat
On Monday, 3 February 2014 at 18:37:20 UTC, Andrew Edwards wrote: Windows users, please give the new installer a try. It has been updated to facilitate proper installation. vc2013/win 8.1/winsdk 8.1 detects visual studio correctly, path to win sdk correctly. has wrong path to mspdb120.dll, cur

Re: dmd 2.065 beta 3

2014-02-03 Thread Andrew Edwards
On 2/3/14, 1:34 PM, Andrew Edwards wrote: Binaries have been published: Linux http://ftp.digitalmars.com/libphobos2-65_2.065.0-b3-0_amd64.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b3-0_i386.deb Should be: http://ftp.digitalmars.com/libphobos2-65_2.065.0~b3-0_amd64.deb http

Re: dmd 2.065 beta 3

2014-02-03 Thread Tiberiu Gal
On Monday, 3 February 2014 at 18:37:20 UTC, Andrew Edwards wrote: Windows users, please give the new installer a try. It has been updated to facilitate proper installation. http://ftp.digitalmars.com/dmd.2.065.0-b3.exe returns 404

Re: dmd 2.065 beta 2

2014-02-03 Thread Andrew Edwards
On 2/3/14, 1:14 PM, evilrat wrote: On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote: We've made a lot of progress towards the 2.065 stable release. Available binaries are as follows: Windows http://ftp.digitalmars.com/dmd.2.065.0-b2.exe http://ftp.digitalmars.com/dmd.2.0

Re: dmd 2.065 beta 3

2014-02-03 Thread Andrew Edwards
Windows users, please give the new installer a try. It has been updated to facilitate proper installation.

dmd 2.065 beta 3

2014-02-03 Thread Andrew Edwards
Following are the changes incorporated since beta 2: DMD Issue 10133 - ICE for templated static conditional lambda Issue 11993 - typeof(this) in constraint of member function template should reflect method qualifier Issue 11447 - Closure provide bogus values Issue 12016 - implic

Re: dmd 2.065 beta 2

2014-02-03 Thread evilrat
On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote: We've made a lot of progress towards the 2.065 stable release. Available binaries are as follows: Windows http://ftp.digitalmars.com/dmd.2.065.0-b2.exe http://ftp.digitalmars.com/dmd.2.065.0-b2.windows.zip for

Re: Opensourced my web server written in D

2014-02-03 Thread Danny Arends
Rolled my own, It's purely to learn the language, but it has been tested by running my own website for almost 6 months now. The only dependency is Deimos & openSSL for the HTTPS connections. which are still untested and kind of unstable Gr, Danny On Monday, 3 February 2014 at 14:17:22 UTC,

Re: Opensourced my web server written in D

2014-02-03 Thread Rory McGuire
Interesting, are you using any event libraries or did you roll your own? On Mon, Feb 3, 2014 at 12:02 PM, Danny Arends wrote: > I wrote a small web server in D to learn the language. > It's not done yet (what software ever is) but I wanted to show it off > anyway. As always of-course any feedbac

Re: Review Candidates awaited!

2014-02-03 Thread Dicebot
On Monday, 3 February 2014 at 10:16:50 UTC, Richard Webb wrote: xmlp was looking pretty good, but the last change made to the source was in April last year, so I have to guess that Michael has abandoned it :-( As far as I can see Michael code is Boost licensed so anyone can fork it and contin

Re: DirectX bindings

2014-02-03 Thread Benjamin Thaut
Am 03.02.2014 10:55, schrieb evilrat: it has been for a long time since i released this bindings, so i wonder if anyone uses this in their projects? it would be nice to see some results of projects using this bindings :) I'm currently using them. But there is nothing showabe yet. I will keep y

Re: Review Candidates awaited!

2014-02-03 Thread Richard Webb
On 02/02/2014 01:35, Jonathan M Davis wrote: I believe that the last time that Michael Rynn posted in the newsgroup was towards the beginning of 2012, and I don't think that he posted very many times before that, so I question that his proposal is ever going to go anywhere, even if it's complet

Opensourced my web server written in D

2014-02-03 Thread Danny Arends
I wrote a small web server in D to learn the language. It's not done yet (what software ever is) but I wanted to show it off anyway. As always of-course any feedback is welcome See it here: https://github.com/DannyArends/DaNode Gr, Danny Arends http://www.dannyarends.nl

Re: DirectX bindings

2014-02-03 Thread evilrat
it has been for a long time since i released this bindings, so i wonder if anyone uses this in their projects? it would be nice to see some results of projects using this bindings :)