I am in search of a programming language with the below characteristics:
it has existing, large and supportive/helpful community
it has consice syntax
it's fast
it can create standalone apps with no dependencies, totally portable and compatible with windows
I can easily set event listeners of almost anything
I can easily do automatically every action possible
has as extensive as possible ready-to-use commands list
works easily with winxp, win com, firefox, etc api
for example, I want to detect that I have clicked a specific button in a webpage in firefox or in a third-party app in windows:
I want to do this easily, not with writing 100 lines of code