David Feuer wrote:
complex nor particularly efficient. Speaking of which, all the Scheme code heavily overuses lists. Guile provides records and structures (I'm not sure of the difference yet). We should use them.
Structures are a lower-level interface, and records are built using structs. I believe you can also use them to access C structs.
-- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
