|
Well I've been watching this thread for several days and have tried to
resist adding my own two cents. But I feel compelled to add my own view at
this point, which is nothing more than probably common observations.
First: Yes there are things that can be modernized and cleaned up in the
Csound code. Some of us have been gradually doing this and as the code is
widely available and free, anyone else can do the same.
Second: A point that seems to have been missed about the underlying
structure of the Csound code is that it IS in fact VERY object oriented in
design. One only has to build their own unit generators that use the
functions supplied by Csound to see how this is so. Every new unit
generator is in fact a sort of "object" of the "class" unit-generator
which includes "for free" a bounty of functionality that need not be
re-coded for each new unit generator. And this makes it VERY easy to add
ones own units to the language. So while it might not be OOP in the exact
and proper sense of using an OO language and syntax, the structure does
allow one to think in OO terms.
Third: I'm not against having someone rewrite Csound in whatever language
they feel would be the fastest and most effective. Just let us know when
you've got something that works as well or better than the current Csound
and I'll be among the first to try it out. Really. But for the time
being, we've got something that really works, that is style neutral, that
is extensible, that is cross-platform, that is FREE, that comes with ALL
of the code!! It's really quite a miracle actually by the commercial
software standards of today. Remember (I know that such reminders have
already been posted, but I feel that it can't hurt to say it one more
time), Csound is FREE and is maintained, updated, and so on, by people
giving their own unpaid time to this project.
So let's stop commenting about *ugly* code unless such comments are
accompanied by specific changes that could/should be made to enhance
the language for the community of users.
End of my two cents!
Richard Karpen
=====================================================
Professor Richard Karpen
Director, Center for Advanced Research Technology
in the Arts and Humanities (CARTAH)
Box 353680
University of Washington
Seattle, WA 98195
Phone: (206) 543-7130 FAX: (206) 685-9499
email: karpen@u.washington.edu
www: http://weber.u.washington.edu/~karpen
=====================================================
|