Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add suggestions from nine++ and smls++ (Tuple)
  • Loading branch information
pmichaud committed Jun 23, 2015
1 parent dc32b3b commit 41876e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions S07-glr-draft.pod
Expand Up @@ -207,6 +207,11 @@ so there's an argument to be made that it should be called C<List>.
C<Seq> might be another candidate name, although I'm tentatively using
it to represent generated/iterable sequences below.

Update 2015-06-23: C<Tuple> is suggested as a possible name for
immutable lists. smls++ also suggests that perhaps we don't need
a mutable list -- perhaps (immutable) C<List> and (mutable, itemizing)
C<Array> are sufficient.

=item *

The C<for> statement will no longer flatten the value provided to it.
Expand Down

0 comments on commit 41876e9

Please sign in to comment.