Mike Gran <spk...@yahoo.com> writes: >> From: Neil Jerram n...@ossau.uklinux.net > >> True. But you should be able to work around that just by >> changing [ and ] back to ( and ). > >> (Personally I dislike those square brackets, and it seems >> to me an unhelpful editorial choice to use them in TSPL. >> I don't recall my copy having them; perhaps yours is a newer edition.) > > Square brackets would be fairly easy to backport to 1.8. Is there > an argument against doing so?
Well... n...@laruns:~$ guile guile> (version) "1.8.7" guile> (define [a 2) guile> [a 2 But that's hardly a big deal; recognizing [ and ] as ( and ) could be subject to a reader option. (Also at one point we had support for Elisp vector syntax. I'm not sure how that ended up in 1.8.x, but in any case any possible problem is still covered by a reader option.) So if you feel like backporting this, please go ahead! Neil