From: Douglas M. <log...@gm...> - 2016-02-13 05:25:51
|
On Fri, Feb 12, 2016 at 12:51 AM, Douglas Miles <log...@gm...> wrote: > >> I suppose that now that I got rid of modules, I should start playing more >> with branches :) >> >> > Where are you working out of? Is it github or.. ? > > I hope you make a branch on github of your current work > > > Nevermind, I found your (Vitor's work) .. What is the opinion about the SWI-7 changes ? It seems to be mostly good with additional things like strings. Lists using '|'/2 as a functor I see the point being to make such a great incompatibility that we can detect and comb out occurrences user code that expect this '.'/2 in order for it to update to '|'/2 in which after several cycles any list code that didn't need the conversion will be ready for the next round of the next first class datatype. |