Gianmaria Lari <[email protected]> writes: > Suppose I write > > > #(define x '(1 2 3)) > > > is there any way in scheme to print the memory address where x is pointing > to? (where is allocated the first element of the list)
What do you need it for? If it is for identification, (hashq x 1000000000) should usually do a reasonably good job. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
