Higgs, a JavaScript JIT done in D

bearophile bearophileHUGS at lycos.com
Sun Feb 3 03:26:53 PST 2013


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.

Generally when you see several projects with the same "utility", 
it often means it should be in Phobos. So maybe something like 
this should be in Phobos:
https://github.com/maximecb/Higgs/blob/master/source/util/misc.d

Bye,
bearophile


More information about the Digitalmars-d-announce mailing list