D to Javascript converter (a hacked up dmd)

Daniel Murphy yebblies at nospamgmail.com
Fri Mar 2 01:57:56 PST 2012


"Jacob Carlborg" <doob at me.com> wrote in message 
news:jipus9$v81$1 at digitalmars.com...
> On 2012-03-02 03:28, Adam D. Ruppe wrote:
>> On Thursday, 1 March 2012 at 08:01:07 UTC, Daniel Murphy wrote:
>>> Web programming... might actually become non-horrible?
>>
>> As far as I can tell, we have variable lifetime! (JS's garbage
>> collector is still a question, and some of the variables are
>> global - dmd loves the (var a, b) syntax, which is invalid so
>> I made var a in global scope. It is not set to null when done.)
>
> What do you mean with "dmd loves the (var a, b) syntax, which is invalid 
> so"?
>

CommaExp's containing Declarations 




More information about the Digitalmars-d-announce mailing list