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: Wed, 04 Nov 2015 19:27:53 -0500 Message-ID: References: <87ziyuaqhl.fsf@petton.fr> <87fv0labbf.fsf@web.de> <87y4eda0kl.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446683548 8831 80.91.229.3 (5 Nov 2015 00:32:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Nov 2015 00:32:28 +0000 (UTC) Cc: Michael Heerdegen , Nicolas Petton , emacs-devel@gnu.org To: raman@google.com (T.V Raman) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 05 01:32:23 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 1Zu8TW-00010d-UY for ged-emacs-devel@m.gmane.org; Thu, 05 Nov 2015 01:32:23 +0100 Original-Received: from localhost ([::1]:57846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu8TW-0003iK-7h for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2015 19:32:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu8TS-0003iF-Eb for emacs-devel@gnu.org; Wed, 04 Nov 2015 19:32:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zu8TR-0007rx-O7 for emacs-devel@gnu.org; Wed, 04 Nov 2015 19:32:18 -0500 Original-Received: from mail-yk0-x22e.google.com ([2607:f8b0:4002:c07::22e]:33706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu8TR-0007rt-K5 for emacs-devel@gnu.org; Wed, 04 Nov 2015 19:32:17 -0500 Original-Received: by ykdv3 with SMTP id v3so14357334ykd.0 for ; Wed, 04 Nov 2015 16:32:17 -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=gVqL/GtaOM/+J3n+MkS+kdKEWuV+UmJY4i8Ul65oLQA=; b=E0b2HyFq0kDWRR7HDyHbZhza3eWV0VtfWWYIZGiG7Xrno7oBqf7KmbjaOp/ntGaATb EwnTJrk80zCvKIzxs7P+R6s3H3SXXyRkLLkff3OR4E0yB7AT4jVECoLr8v4QsJp4ofkJ 8ohaV1gYe7HzNvzOshhGXS2+VYQ4ci2eOvA8/uO/TMgh0vm6Eo5Tw8TZejK9s1E7uztE U+OH9HFVarp+GbCpyr4tQUpl+w+d5c4fnL/vqLzZ9oMY1HLlpFkEmU/gqRi4rywebXWQ HphWUmZzUEl7wKnytMa5PPz9vx4TBedZdLqGzhQT37s1nqhKzbrapJ3VrCSseSm3lEpt trEQ== X-Received: by 10.31.60.72 with SMTP id j69mr4631126vka.137.1446683537319; Wed, 04 Nov 2015 16:32:17 -0800 (PST) Original-Received: from Hermes-2.local ([38.140.12.50]) by smtp.gmail.com with ESMTPSA id g16sm2800845vke.11.2015.11.04.16.32.16 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 04 Nov 2015 16:32:16 -0800 (PST) X-Google-Original-From: "John Wiegley" Original-Received: by Hermes-2.local (Postfix, from userid 501) id 50A2748E5FF3; Wed, 4 Nov 2015 19:31:57 -0500 (EST) In-Reply-To: (T. V. Raman's message of "Wed, 04 Nov 2015 15:20:34 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: raman@google.com (T.V Raman), Nicolas Petton , Michael Heerdegen , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::22e 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:193254 Archived-At: >>>>> T V Raman writes: > As more of these patterns emerge, I'm even more convinced that the stream > package belongs alongside thunk.el in core emacs. Let's see it develop during these earlier stages on ELPA, so people can easily update the package as it develops. Once it stabilizes, I agree we should move it into core. John