From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Kjetil S. Matheussen" Newsgroups: gmane.lisp.guile.devel,gmane.lisp.ccrma.general Subject: Re: [CM] Extending Snd with Eval-C and Snd-Rt Date: Fri, 11 Jan 2008 01:40:29 +0100 (CET) Message-ID: References: <20080110234927.M172@ccrma.Stanford.EDU> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: ger.gmane.org 1200012056 18883 80.91.229.12 (11 Jan 2008 00:40:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jan 2008 00:40:56 +0000 (UTC) Cc: Cmdist@ccrma.Stanford.EDU, guile-devel@gnu.org, "Kjetil S. Matheussen" To: Bill Schottstaedt Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jan 11 01:41:17 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JD7xV-0002vf-B2 for guile-devel@m.gmane.org; Fri, 11 Jan 2008 01:41:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD7x7-0007t4-P6 for guile-devel@m.gmane.org; Thu, 10 Jan 2008 19:40:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JD7wy-0007px-Gu for guile-devel@gnu.org; Thu, 10 Jan 2008 19:40:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JD7wx-0007p8-NM for guile-devel@gnu.org; Thu, 10 Jan 2008 19:40:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD7wx-0007p1-Fn for guile-devel@gnu.org; Thu, 10 Jan 2008 19:40:43 -0500 Original-Received: from mail-forward.uio.no ([129.240.10.42]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JD7wx-0000oq-2h for guile-devel@gnu.org; Thu, 10 Jan 2008 19:40:43 -0500 Original-Received: from mail-mx4.uio.no ([129.240.10.45]) by pat.uio.no with esmtp (Exim 4.67) (envelope-from ) id 1JD7wv-0001tU-H5; Fri, 11 Jan 2008 01:40:41 +0100 Original-Received: from smtp.uio.no ([129.240.10.9] helo=mail-mx4.uio.no) by mail-mx4.uio.no with esmtp (Exim 4.67) (envelope-from ) id 1JD7wv-0002Zu-4r; Fri, 11 Jan 2008 01:40:41 +0100 Original-Received: from 81-31-244-166.net.nc-systems.no ([81.31.244.166] helo=[192.168.15.12]) by mail-mx4.uio.no with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1JD7wu-0002ZW-TV; Fri, 11 Jan 2008 01:40:41 +0100 X-X-Sender: kjetil@ttleush In-Reply-To: <20080110234927.M172@ccrma.Stanford.EDU> X-UiO-Resend: resent X-UiO-ClamAV-Virus: No X-UiO-Spam-info: not spam, SpamAssassin (score=0.0, required=5.0, autolearn=disabled, none) X-UiO-Scanned: 307C2A706A74CBAA770F6774FC302FE363BD29F4 X-UiO-SPAM-Test: remote_host: 129.240.10.9 spam_score: 0 maxlevel 200 minaction 1 bait 0 mail/h: 218 total 6176027 max/h 8345 blacklist 0 greylist 0 ratelimit 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6958 gmane.lisp.ccrma.general:1840 Archived-At: On Thu, 10 Jan 2008, Bill Schottstaedt wrote: >> This is my paper for the linux audio conference 2008: > > Very interesting! Can we include it in the Snd tarball? > Its okay by me. > I wonder what the history of Guile was -- I had not associated > it with Jaffer, but with Tom Lord. I'll have to look again at > rscheme, if it would be a better choice. > Maybe, but Guile has all this nice features, like backtrace, procedure-source, procedure->macro and the-environment, which RScheme might not have, so it would be more convenient to make Guile work with HBGC in incremental mode instead. RScheme is a lot faster though.