Re: Can ActionScript 3 be general purpose programminglanguage?
Yes, it's possible.
There are languages that will crunch the numbers and do the I/O faster, but
you usually trade off development time. So, which is more important to you:
speed of development, or speed of program execution? The answer usually comes
down to matters of how much data there is, and how many times it has to run.
If it's gigs of data and it has to run once an hour 24/7, I'd probably build it
in C++.
|