Branch: refs/heads/master Home: http://github.com/perl6/specs
Commit: b962f00fdcc6e10ad220e50f5ff38545b578cce1 http://github.com/perl6/specs/commit/b962f00fdcc6e10ad220e50f5ff38545b578cce1 Author: TimToady <la...@wall.org> Date: 2010-09-16 (Thu, 16 Sep 2010) Changed paths: M S02-bits.pod M S03-operators.pod M S04-control.pod M S06-routines.pod M S32-setting-library/Containers.pod Log Message: ----------- refine tree contexts; slice context -> lol context The old term "slice context" was too overloaded and imprecise; we will now talk about slicing only when discussing multi-argument subscript operations. Various confused levels of treeness may now be distinguished with the .tree method, and the list-of-lists type that used to be "Slicel" is now "LoL". The old "slice" contextualizer is now "lol", and is more or less equivalent to .tree(*.list).LoL, that is do 1 level of tree mapping to list. Note these are now lists of List, not of Seq. That's the only substantive change (along with the .tree method). Almost everything else is just refining the terminology.