From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 0/7] Add Extempore. Date: Fri, 16 Sep 2016 17:33:15 +0200 Message-ID: <87vaxvdflw.fsf@mdc-berlin.de> References: <20160914093812.28422-1-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkv8v-0004Tw-G6 for guix-devel@gnu.org; Fri, 16 Sep 2016 11:33:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkv8r-0005Pq-DR for guix-devel@gnu.org; Fri, 16 Sep 2016 11:33:32 -0400 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:45917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkv8r-0005O9-46 for guix-devel@gnu.org; Fri, 16 Sep 2016 11:33:29 -0400 Received: from localhost (localhost [127.0.0.1]) by sinope02.bbbm.mdc-berlin.de (Postfix) with ESMTP id 09CFF311EEE for ; Fri, 16 Sep 2016 17:33:26 +0200 (CEST) Received: from sinope02.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (sinope02.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u-uuxiGEzXBo for ; Fri, 16 Sep 2016 17:33:20 +0200 (CEST) Received: from HTCAONE.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sinope02.bbbm.mdc-berlin.de (Postfix) with ESMTPS for ; Fri, 16 Sep 2016 17:33:20 +0200 (CEST) In-Reply-To: <20160914093812.28422-1-rekado@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Ricardo Wurmus writes: > This patch set adds Extempore, a Scheme-like language for live coding of audio > and graphics. Extempore comes with an Emacs mode to facilitate live coding > from within Emacs (much like using Geiser for Guile). Thanks to the reviewers I fixed the missing patch and pushed this series to master (915956244105e0c81454378a0136b97e48db6358). ~~ Ricardo