From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: streams are cool, you could stream virtually anything! Date: Fri, 06 Nov 2015 11:08:02 -0500 Message-ID: References: <87ziyuaqhl.fsf@petton.fr> <87fv0labbf.fsf@web.de> <87y4eda0kl.fsf@petton.fr> <8737wl9w5f.fsf@web.de> <87bnb8kd82.fsf@petton.fr> <87wptwirxw.fsf@petton.fr> <877flwl7ee.fsf@web.de> <87twozjg6l.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446826325 16758 80.91.229.3 (6 Nov 2015 16:12:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Nov 2015 16:12:05 +0000 (UTC) Cc: Michael Heerdegen , emacs-devel , bruce.connor.am@gmail.com, raman To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 06 17:11:59 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zujc4-0000Go-4v for ged-emacs-devel@m.gmane.org; Fri, 06 Nov 2015 17:11:40 +0100 Original-Received: from localhost ([::1]:39721 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zujc3-0007Kp-Lw for ged-emacs-devel@m.gmane.org; Fri, 06 Nov 2015 11:11:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zuja6-0004lU-Go for emacs-devel@gnu.org; Fri, 06 Nov 2015 11:09:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zuja2-000861-La for emacs-devel@gnu.org; Fri, 06 Nov 2015 11:09:38 -0500 Original-Received: from mail-vk0-x229.google.com ([2607:f8b0:400c:c05::229]:34382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zuja2-00085j-DZ for emacs-devel@gnu.org; Fri, 06 Nov 2015 11:09:34 -0500 Original-Received: by vkgs66 with SMTP id s66so17353975vkg.1 for ; Fri, 06 Nov 2015 08:09:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mail-followup-to:mime-version:content-type; bh=YdicRFF4bbW+XfaUxkxIP6Spp5icp0JjPkrL//8tkbA=; b=G6sbO4xDCK8dPupTJ1owBUz3cbMKmY0n9qHXg1wKbfvnxFdSWBGR0duojqemJd4K/X ntGRvU9Crb/HZyVm6a6jt0dgWKlIMzAfojRtu1d9nFdWEohvxT4X4nDDLGZFVJmal5Ls a7Q/mHN9GOf1u/7ihch5F0jUxa1Q2b51RPoxf9x5Vao94PCRPkXYFYowmryctLWK3zVC Pol3T7ADAmJsSWlAA00SaX89nkZj+9klz8lhmTQGNxS37Ix9J1GhEg3m10ovZ8gc6pRj pOFiXDpTDdSCaTiIU+fWx+D3Lbdkhlcrzw8mz7BDsnybIhf/hiP2kaARa0B5robIeaKP GPbw== X-Received: by 10.31.108.83 with SMTP id h80mr6593003vkc.57.1446826174109; Fri, 06 Nov 2015 08:09:34 -0800 (PST) Original-Received: from Hermes-2.local ([216.57.92.130]) by smtp.gmail.com with ESMTPSA id 133sm632584vkf.9.2015.11.06.08.09.31 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 06 Nov 2015 08:09:32 -0800 (PST) X-Google-Original-From: "John Wiegley" Original-Received: by Hermes-2.local (Postfix, from userid 501) id AC44E48F2AAC; Fri, 6 Nov 2015 11:09:29 -0500 (EST) In-Reply-To: <87twozjg6l.fsf@petton.fr> (Nicolas Petton's message of "Fri, 06 Nov 2015 16:33:38 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: Nicolas Petton , raman , bruce.connor.am@gmail.com, emacs-devel , Michael Heerdegen X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c05::229 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:193448 Archived-At: >>>>> Nicolas Petton writes: > Just to be sure, have you seen that streams are "seq"-eables? It means that > `seq-take', `seq-drop', `seq-map', `seq-filter', `seq-reduce', etc. all work > on streams (with lazy evaluation as well of course). No! I'm not very familiar with `seq' yet, clearly. Thanks for letting me know. I need to bone up on what Emacs is capable of these days. Time to read the manual and the lisp/ directory again. :) John