I'm learning ChucK, which has an absolutely beautiful language specification but a really shitty implementation. Supercollider is out of the option due to lack of support/updates for Windows, and CSound is just archaic and lacks the coding power I need. Also, I can't stand graphical programming languages like Max/MSP and Pd.
Is there anything that has a similar functionality as ChucK or Supercollider, but acts as an API which is accessible via an established programming language? I shouldn't be forced to use only while loops in ChucK because for loops are broken, and problems like these don't exist in established, popular languages.
Thanks.
for(0 => int i; i < somearray.size(); i++){ // do something }– jorelli Jun 15 '11 at 1:27