Re: [OT?] C compiler written form scratch in D

2014-12-21 Thread Stefan Koch via Digitalmars-d-announce
New videos are comeing soon :) Topics : Intro to compilers Parseing and the AsT Identifier-resolution and scope

Re: Blog: making sure your D projects won't break

2014-12-21 Thread Dicebot via Digitalmars-d-announce
On Sunday, 21 December 2014 at 00:14:18 UTC, Joseph Rushton Wakeling wrote: In the longer run, it'd be great if this could become an official part of the D testing framework accessible from dlang.org. It would also be really nice if we could have some sort of link between this system, and the

Re: D/Objective-C 64bit

2014-12-21 Thread Christian Schneider via Digitalmars-d-announce
awesome, thank you very much!

Re: C# to D Compiler :)

2014-12-21 Thread FrankLike via Digitalmars-d-announce
On Thursday, 18 December 2014 at 23:56:54 UTC, Ronald Adonyo wrote: Hi Everyone, In my spare time over the last 3 weeks, I've been working on a C# to D Compiler based on Roslyn. Please check it out and give comments. I would also like this to be a basis to provide both Libraries in D and allow

Re: C# to D Compiler :)

2014-12-21 Thread ZombineDev via Digitalmars-d-announce
One example of a somewhat large performance oriented C# application is OpenRA[1]. (An open-source implementation of the Command Conquer: Red Alert engine using .NET/Mono and OpenGL. Runs on Windows, Linux and Mac OS X) It is interesting to see how far it can be translated from C# to D and

Re: 2D game engine written in D is in progress

2014-12-21 Thread ketmar via Digitalmars-d-announce
On Sun, 21 Dec 2014 07:54:53 + Joakim via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On Saturday, 20 December 2014 at 18:49:06 UTC, ketmar via Digitalmars-d-announce wrote: On Sat, 20 Dec 2014 17:12:46 + Joakim via Digitalmars-d-announce

Re: C# to D Compiler :)

2014-12-21 Thread Kiith-Sa via Digitalmars-d-announce
On Sunday, 21 December 2014 at 15:12:26 UTC, ZombineDev wrote: One example of a somewhat large performance oriented C# application is OpenRA[1]. (An open-source implementation of the Command Conquer: Red Alert engine using .NET/Mono and OpenGL. Runs on Windows, Linux and Mac OS X) It is

Re: 2D game engine written in D is in progress

2014-12-21 Thread Joakim via Digitalmars-d-announce
On Sunday, 21 December 2014 at 15:44:05 UTC, ketmar via Digitalmars-d-announce wrote: On Sun, 21 Dec 2014 07:54:53 + Joakim via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: That still doesn't answer the question of why anyone would spend time collecting stats when it's

Re: 2D game engine written in D is in progress

2014-12-21 Thread ketmar via Digitalmars-d-announce
On Sun, 21 Dec 2014 18:24:12 + Joakim via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: But nobody cares to prove it to you. I made an assertion that patches were upstreamed, all the raw data is out there to show that. If you're unwilling to go look for it, doesn't

Re: 2D game engine written in D is in progress

2014-12-21 Thread Joakim via Digitalmars-d-announce
Sigh, I did ask you some questions, which you've answered with a couple more questions, so I'll give you one last response. On Sunday, 21 December 2014 at 18:52:00 UTC, ketmar via Digitalmars-d-announce wrote: On Sun, 21 Dec 2014 18:24:12 + Joakim via Digitalmars-d-announce

HDF5 bindings for D

2014-12-21 Thread Laeeth Isharc via Digitalmars-d-announce
https://github.com/Laeeth/d_hdf5 HDF5 is a very valuable tool for those working with large data sets. From HDF5group.org HDF5 is a unique technology suite that makes possible the management of extremely large and complex data collections. The HDF5 technology suite includes: * A versatile

Re: HDF5 bindings for D

2014-12-21 Thread Rikki Cattermole via Digitalmars-d-announce
On 22/12/2014 5:51 p.m., Laeeth Isharc wrote: https://github.com/Laeeth/d_hdf5 HDF5 is a very valuable tool for those working with large data sets. From HDF5group.org HDF5 is a unique technology suite that makes possible the management of extremely large and complex data collections. The