Re: [q-lang-users] Proposal for two minor rearrangements
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2008-01-21 23:54:31
|
John Cowan wrote: > 1) Move the regex function (and possibly the low-level regex functions as well) > back into qlib.c. Regular expressions are defined by Posix but aren't > in any way system-dependent. Yes, in hindsight it seems much more convenient to have this in the prelude. So I'm all for this change, but it's going to break existing code. :( Does anyone object to this? > 2) Move the Q functions that are overridden by clib functions (documented > in 12.20) into the examples. Currently they are loaded but then never used. Hmm, these functions are there so that the library doesn't break if you want/need to remove clib from the prelude. That should still be possible, although I haven't checked it for a while. So I'd rather keep them where they are. Any specific reason why you want them removed, other than tidyness? Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |