From owner-freebsd-hackers Sun May 11 02:18:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA19744 for hackers-outgoing; Sun, 11 May 1997 02:18:13 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA19738 for ; Sun, 11 May 1997 02:18:11 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.8.5) with ESMTP id CAA02158 for ; Sun, 11 May 1997 02:18:12 -0700 (PDT) Message-Id: <199705110918.CAA02158@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 to: freebsd-hackers@FreeBSD.ORG Subject: Re: g++ shared library segfaults In-reply-to: Your message of "Sun, 11 May 1997 10:32:19 +0300." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 11 May 1997 02:18:11 -0700 From: Amancio Hasty Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Still, if, at some point of time you think that there could be such a > think as tcl based scritping (that is - there is an embeded tcl > interpretator with a number of restrictions but access to the facilities > of the program). And I don't mean something like emacs. And not > something like MSWord. I mean something small, and with no commands > written in tcl. It is a glue language after all. > > I have done a lot of tcl commands, if you feel like getting some, let me > know. > Is not clear that we need tcl at least for the document project . Specially in light of something like ILU and hopefully with an Object Broker can serve as "glue" for local or distributed objects. If we expand on the http procotol provided with ILU all of the sudden we can have an interesting communication infra structure for our "documents" 8) Also, ilu supports multiple language interfaces , c, c++, python and java. ftp://ftp.parc.xerox.com/pub/ilu/ilu.html http://www.w3.org/pub/WWW/OOP/WhyILU For an interesting article on c, ACE (c++), and CORBA (ILU comes very close to CORBA) see: "Programming Pearls from the C++ Report C++ Gems " Comparing Alternative Distributed Programming Techniques, page 317 Enjoy, Amancio