|
|
|
|
|
by 1ris
3837 days ago
|
|
It's not a bad language, but it's not good either. But who is it powerfull? It's a very poor man's scheme, and scheme is not powerfull either. If javascript has anything to over it's IMO simplity and not power. But I'll never understand who thought this asynchronous API was a good idea. I just wanted to draw pictures in a canvas _in order_, because they should overlap. A common task you could mean. I ended up building a monadic builder for callback chains, that creates a javascript string that is evaled. I felt like this language and the api was incredibly cumbersome, minimalistic and limited. It lacks a blocking api, monad support, dsl support, macros and lazy evalution. But mayme there is a simple solution to that, that I'm not aware of. |
|
In what sense is Scheme not powerful? It has TCO, syntax-rules, call/cc, etc.
Of course, all of those are things scheme has that JavaScript doesn't.