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: Extending Snd with Eval-C and Snd-Rt Date: Sun, 13 Jan 2008 01:46:23 +0100 (CET) Message-ID: References: <878x2wfk7n.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: ger.gmane.org 1200185229 18021 80.91.229.12 (13 Jan 2008 00:47:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Jan 2008 00:47:09 +0000 (UTC) Cc: Cmdist@ccrma.Stanford.EDU, guile-devel@gnu.org, "Kjetil S. Matheussen" To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jan 13 01:47:30 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 1JDr0Y-0003qW-SA for guile-devel@m.gmane.org; Sun, 13 Jan 2008 01:47:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDr0A-0008Kp-W1 for guile-devel@m.gmane.org; Sat, 12 Jan 2008 19:47:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDqzx-0008A5-4C for guile-devel@gnu.org; Sat, 12 Jan 2008 19:46:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDqzw-00089P-Bp for guile-devel@gnu.org; Sat, 12 Jan 2008 19:46:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDqzw-00089A-6r for guile-devel@gnu.org; Sat, 12 Jan 2008 19:46:48 -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 1JDqzw-0004YW-1c for guile-devel@gnu.org; Sat, 12 Jan 2008 19:46:48 -0500 Original-Received: from mail-mx8.uio.no ([129.240.10.38]) by pat.uio.no with esmtp (Exim 4.67) (envelope-from ) id 1JDqzp-0005V4-NQ; Sun, 13 Jan 2008 01:46:41 +0100 Original-Received: from smtp.uio.no ([129.240.10.9] helo=mail-mx8.uio.no) by mail-mx8.uio.no with esmtp (Exim 4.67) (envelope-from ) id 1JDqzp-0005Da-H3; Sun, 13 Jan 2008 01:46:41 +0100 Original-Received: from 81-31-244-166.net.nc-systems.no ([81.31.244.166] helo=[192.168.15.12]) by mail-mx8.uio.no with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1JDqzp-0005BA-7D; Sun, 13 Jan 2008 01:46:41 +0100 X-X-Sender: kjetil@ttleush In-Reply-To: <878x2wfk7n.fsf@pobox.com> 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: 38EB082B46D0AB467BDAFDF5DB9272A8D356A674 X-UiO-SPAM-Test: remote_host: 129.240.10.9 spam_score: 0 maxlevel 200 minaction 1 bait 0 mail/h: 195 total 6208197 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:6961 gmane.lisp.ccrma.general:1846 Archived-At: On Fri, 11 Jan 2008, Andy Wingo wrote: > Hi Kjetil, > > On Fri 11 Jan 2008 00:29, "Kjetil S. Matheussen" writes: > >> This is my paper for the linux audio conference 2008: >> http://www.notam02.no/~kjetism/sndrt_lac2008.pdf >> >> Its a plain presentation of eval-c, snd-rt, san dysth and snd/pd, >> plus a discussion about soft realtime in guile. > > Great paper, lucid and interesting! Eval-c looks like a quite nice > language to have available for crunching numbers. > Thank you very much! Eval-c should be (better) documented though, but theres quite a bit of example code in the snd source. > And Guile's GC > situation needs some improvement. Yes, but I think the HBGC patch was a big step in the right direction.