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: Recursive mutexes? Date: 27 Oct 2002 08:33:48 +0000 Sender: guile-devel-admin@gnu.org Message-ID: References: <87r8edos41.fsf@zagadka.ping.de> <87hef86e3d.fsf@raven.i.defaultvalue.org> <200210262247.PAA26819@morrowfield.regexps.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035707792 20690 80.91.224.249 (27 Oct 2002 08:36:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 27 Oct 2002 08:36:32 +0000 (UTC) Cc: rlb@defaultvalue.org, mvo@zagadka.ping.de, 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 185iuN-0005NW-00 for ; Sun, 27 Oct 2002 09:36:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 185iv5-0000PC-00; Sun, 27 Oct 2002 03:37:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 185iuo-0008Ub-00 for guile-devel@gnu.org; Sun, 27 Oct 2002 03:36:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 185iun-0008UQ-00 for guile-devel@gnu.org; Sun, 27 Oct 2002 03:36:58 -0500 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 185ium-0008UM-00 for guile-devel@gnu.org; Sun, 27 Oct 2002 03:36:56 -0500 Original-Received: from laruns.ossau.uklinux.net (bts-0670.dialup.zetnet.co.uk [194.247.50.158]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id g9R8anX05253; Sun, 27 Oct 2002 08:36:50 GMT 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 4934DDC132; Sun, 27 Oct 2002 08:33:48 +0000 (GMT) Original-To: Tom Lord In-Reply-To: <200210262247.PAA26819@morrowfield.regexps.com> 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:1621 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1621 >>>>> "Tom" == Tom Lord writes: Tom> Java semantics seem to me much, much nicer for MIMD (just intuitively, Tom> no elaborate argument). What are MIMD and SISD? I like Java's synchronized/notify/wait model very much, but how would you express it in Scheme without adding lots of Java-ish class declaration stuff? How would it map onto GOOPS? Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel