jsx / JSX

JSX - a faster, safer, easier JavaScript
http://jsx.github.io/
MIT License
1.46k stars 102 forks source link

Compile-time constants (like macros) #304

Closed kazuho closed 10 years ago

kazuho commented 10 years ago

Something like -Dname=value of GCC.

Such feature is beneficial to change the behavior of the program without imposing degradation of performance.

mootoh commented 10 years ago

:+1: