▲ | balamatom 5 days ago | ||||||||||||||||||||||||||||||||||||||||
I'd say because JavaScript is insufficiently expressive. No macros, no arrow (pipe) operator, and the premier way of writing it is 4x as verbose than what I'd consider reasonable. D3 is a great library though. | |||||||||||||||||||||||||||||||||||||||||
▲ | DanielHB 5 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||
what do you mean by "arrow operator"? | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | TheHeasman 5 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||
Uh, there are arrow operators in JS. D3.JS in Action Third Edition exclusively uses arrow operators. (Trust me. I don't know jack about JavaScript, I had to get through the MDN docs to understand what they were, and once I did, made a whole lot more sense). | |||||||||||||||||||||||||||||||||||||||||
|