From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Redoing conditional thread support Date: 12 Oct 2002 20:38:52 +0100 Sender: guile-devel-admin@gnu.org Message-ID: References: <874rbsr3oq.fsf@zagadka.ping.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034451976 29776 127.0.0.1 (12 Oct 2002 19:46:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 12 Oct 2002 19:46:16 +0000 (UTC) Cc: guile-devel@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 180SDG-0007k8-00 for ; Sat, 12 Oct 2002 21:46:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 180SCG-0005j8-00; Sat, 12 Oct 2002 15:45:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 180SC1-0005JL-00 for guile-devel@gnu.org; Sat, 12 Oct 2002 15:44:57 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 180SBz-0005G1-00 for guile-devel@gnu.org; Sat, 12 Oct 2002 15:44:56 -0400 Original-Received: from mail.uklinux.net ([80.84.72.21] helo=s1.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 180SBy-0005CL-00 for guile-devel@gnu.org; Sat, 12 Oct 2002 15:44:54 -0400 Original-Received: from laruns.ossau.uklinux.net (bts-0690.dialup.zetnet.co.uk [194.247.50.178]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id g9CJiqN12659; Sat, 12 Oct 2002 20:44:52 +0100 Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (localhost [127.0.0.1]) by laruns.ossau.uklinux.net (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id A0B96DC129; Sat, 12 Oct 2002 20:38:52 +0100 (BST) Original-To: Marius Vollmer In-Reply-To: <874rbsr3oq.fsf@zagadka.ping.de> Original-Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1538 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1538 >>>>> "Marius" == Marius Vollmer writes: Marius> That's what I plan to do, in essense. I want to do it on Marius> the C level, tho, so that C code can just pretend that Marius> there is always the concept of threads and doesn't need to Marius> special case when Guile is configured without real thread Marius> support. Good point. I forgot that the same argument could apply to C code as well as Scheme. Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel