Higgs, a JavaScript JIT done in D

deadalnix deadalnix at gmail.com
Sun Feb 3 05:23:28 PST 2013


On Sunday, 3 February 2013 at 11:26:54 UTC, bearophile wrote:
> Paulo Pinto:
>
>> Source code is available at GitHub,
>>
>> https://github.com/maximecb/Higgs
>
> The code seems to miss the usage of contracts, foreach loops on 
> numerical intervals, final switch, toString with sink, text() 
> function, enum for compile-time constants, most const 
> arguments, const on methods.
>

My experience tells me that this is probably a good idea if you 
don't want to run into weirdland.


More information about the Digitalmars-d-announce mailing list