From owner-freebsd-hackers Sun May 11 04:37:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA24742 for hackers-outgoing; Sun, 11 May 1997 04:37:53 -0700 (PDT) Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA24697 for ; Sun, 11 May 1997 04:37:29 -0700 (PDT) Received: from localhost (narvi@localhost) by haldjas.folklore.ee (8.8.4/8.8.4) with SMTP id OAA10941; Sun, 11 May 1997 14:38:55 +0300 (EEST) Date: Sun, 11 May 1997 14:38:55 +0300 (EEST) From: Narvi Reply-To: Narvi To: Amancio Hasty cc: freebsd-hackers@FreeBSD.ORG Subject: Re: g++ shared library segfaults In-Reply-To: <199705110918.CAA02158@rah.star-gate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 11 May 1997, Amancio Hasty wrote: > > > > 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. I thought of tcl scripting more on the lines of a "macro language". Much more lightweight than a full system for describing/manupulating/ interfacing objects in a possibly distributed system. Instead I thought of something that would allow you to write a (most possibly used-just-once) sricpt for adding extra identation to the paragraphs follwing a "heading" or change the alignment (or whatever) of paragraphs starting with/containg/... etc. Sander > > 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 > > > >