|
|
|
|
|
by mmariani
5029 days ago
|
|
No. Javascript is just a general purpose language. It could very well serve as a DSL for layout or presentation. But the browsers already have that, it's called HTML and CSS. What I'm referring to is Javascript syntax. It's way too ambiguous which often leeds to programming errors. For instance: the global variables gaffe, the scope mess, the sloppy prototypal implementation, etc. Hiding that behind a compiler doesn't make the problems go away. It makes them worse. |
|