October 17, 2014
New backend why ?
October 17, 2014
On Friday, 17 October 2014 at 10:39:15 UTC, Temtaime wrote:
> New backend why ?

Because I want to code a backend.
I want output C or maybe even Cool ...
generating UML via a backend would also be nice.
October 18, 2014
>I want output C or maybe even Cool ...
What's benefits this would give?
October 18, 2014
On Saturday, 18 October 2014 at 09:29:10 UTC, Suliman wrote:
> What's benefits this would give?

apart from the hack-factor a backend that generates _nice_ C-code is a really
usefil thing to have.
For example if you want to program microcontrollers in D.
March 19, 2015
My sdc32-experimental has now limited support for :
 * foreach on forward-ranges
 * inference of purity
 * checking the returnType of main

currently it CANNOT generate 32bit code anymore ...
March 20, 2015
On Friday, 17 October 2014 at 18:47:54 UTC, Stefan Koch wrote:
> On Friday, 17 October 2014 at 10:39:15 UTC, Temtaime wrote:
>> New backend why ?
>
> Because I want to code a backend.
> I want output C or maybe even Cool ...
> generating UML via a backend would also be nice.

Congrats on the project - v impressive.

How about Javascript or JSASM?  So we can write D on the browser?
March 21, 2015
On Friday, 20 March 2015 at 17:20:36 UTC, Laeeth Isharc wrote:

> How about Javascript or JSASM?  So we can write D on the browser?

You mean asm.js.
I will hook up emscripten soon. However the biggest issue is porting the runtime to javascript.

1 2 3 4 5 6
Next ›   Last »