From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from groucho.cs.psu.edu ([130.203.2.10]) by hawkwind.utcs.toronto.edu with SMTP id <2776>; Tue, 3 Nov 1992 20:28:07 -0500 Received: from localhost by groucho.cs.psu.edu with SMTP id <2625>; Tue, 3 Nov 1992 20:27:17 -0500 To: Paul Haahr cc: Chris Siebenmann , es mailing list , rc mailing list Subject: Re: a feature I wish rc had In-reply-to: Your message of "Mon, 02 Nov 92 17:36:31 EST." <9211022236.AA09994@utopia.mv.us.adobe.com> Date: Tue, 3 Nov 1992 20:26:52 -0500 From: Scott Schwartz Message-Id: <92Nov3.202717est.2625@groucho.cs.psu.edu> | i've always wanted this in a shell, but never found a convenient notation | for it. if someone can suggest one, it's certainly a potential es feature. One idea is to add list comprehensions to your language. List comprehensions are the list version of set builder notation. They have the same power as nested for loops, but with a more compact syntax.