|
|
|
|
|
by KirinDave
6522 days ago
|
|
I feel like this is excuse making. It's not like changing javascript is outside of our capabilities. Scheme is really similar to JavaScript in that it is an extremely basic set of core functionality, but they've gone to great lengths to make the experience of using it consistent. Part of the problem is that most of schemes are written in scheme, but most javascripts are not written mostly in JavaScript. That means there is no style guide implicit in the source code. If a bunch of code just picked an object instantiation method, then there would be no problem. |
|