[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

failure delivery



Message from  yahoo.com.
Unable to deliver message to the following address(es).

<satyr_22901@yahoo.com>:
v3size saved = 468
Sorry, your message to satyr_22901@yahoo.com cannot be delivered.  This account is over quota.

--- Original message follows.

Return-Path: <owner-ll1-discuss@ai.mit.edu>
X-Track: 1: 40
Received: from life.ai.mit.edu (128.52.32.80)
  by mta538.mail.yahoo.com with SMTP; 02 Dec 2001 15:06:52 -0800 (PST)
Received: (from root@localhost)
	by life.ai.mit.edu (8.9.3/8.9.3/AI2.13/ai.master.life:2.21) id SAA18664
	for ll1-discuss-outgoing; Sun, 2 Dec 2001 18:06:19 -0500 (EST)
Received: from zima.bbn.com (zima.bbn.com [128.89.72.16])
	by life.ai.mit.edu (8.9.3/8.9.3/AI2.13/ai.master.life:2.21) with ESMTP id SAA18657
	for <ll1-discuss@ai.mit.edu>; Sun, 2 Dec 2001 18:06:16 -0500 (EST)
Received: from ale.bbn.com (ale [128.89.72.125])
	by zima.bbn.com (8.11.4/8.11.4) with ESMTP id fB2N2tM29790;
	Sun, 2 Dec 2001 18:02:55 -0500 (EST)
Message-Id: <5.0.2.1.2.20011202172801.00af7300@zima.bbn.com>
X-Sender: kanderso@zima.bbn.com
X-Mailer: QUALCOMM Windows Eudora Version 5.0.2
Date: Sun, 02 Dec 2001 18:02:54 -0500
To: "Oliver Steele" <steele@cs.brandeis.edu>, <ll1-discuss@ai.mit.edu>
From: Ken Anderson <kanderson@bbn.com>
Subject: Book again, was Dylan (was: ARC)
In-Reply-To: <010901c17b73$7e9739e0$0f01000a@gatewaysolo>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Sender: owner-ll1-discuss@ai.mit.edu
Precedence: bulk

At 03:54 PM 12/2/2001, Oliver Steele wrote:
>Better, I think, is to make use of libraries written in other languages.
>.NET/Mono is a path to this; Minotaur and the various Python/Java
>interoperability libraries (which support cross-language calls, exceptions,
>and subclassing --- as David Moon planned to eventually do for the Apple
>Cambridge languages and implementations and C++) are some language-specific
>success stories.

Your post had some great ideas.   
I want to relate it back to the discussion about a book.
Using another languages libraries is like capturing your enemy's supply wagons.
JScheme is a scheme dialect, i use every day, with transparent access to Java.
So, it takes a page of code or so to interface to things like applets, servlets, database, and mail.

So, if you're interested in a book about the ideas behind light weight languages, why not base the implementations on Java so you have a way of exposing Java programmers to your ideas.  

What's missing from EOPL2 and LiSP is a portable implementation a latent language designer can explore.