|
|
|
|
|
by bjourne
4792 days ago
|
|
It's incompatible with standard Javascript libraries, which is why you would use Dommy because you can't use jQuery. The ClojureScript compiler is also fairly slow (due to google closure compiler I think) so even with a running jvm it takes several seconds to compile small example files. To slow for me so I switched back to CoffeScript which is lightning fast. |
|
Not true.
The reasons you'd use Dommy over jQuery are outlined in the original post.