> > (define Pitchbend::commandUp "(d-CursorRight)") > > ??? Why isn't the value of commandUp a function? Isn't that the whole point > of functional programming? :-)
There are stages of Scheme code which represent a learning phase from other paradigms to functional programming. This is one example. By reading denemo.scm you will notice that most of these are very functional and schemy :) The string-function-parameter will be rewritten in the future for sure. Nils _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
