01alchemist / TurboScript

Super charged typed JavaScript dialect for parallel programming which compiles to WebAssembly
Apache License 2.0
493 stars 35 forks source link

User wants constant expressions #83

Open MaxGraey opened 7 years ago

MaxGraey commented 7 years ago

How?

const SOLAR_MASS: float64 = 4.0 * PI * PI;
nidin commented 7 years ago

immutable globals with initialize expression is not yet supported but planned.