X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1393" "Wed" "1" "July" "1998" "11:47:25" "+0100" "David Carlisle" "davidc@NAG.CO.UK" nil "27" "Re: Optimizing LaTeX" "^Date:" nil nil "7" nil nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.8/8.8.8) with ESMTP id MAA24618; Wed, 1 Jul 1998 12:41:00 +0200 (MET DST) Received: from lsv1.listserv.gmd.de (192.88.97.2) by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <12.F6511CEE@listserv.gmd.de>; Wed, 1 Jul 1998 12:40:59 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 376233 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 1 Jul 1998 12:40:53 +0200 Received: from nag.co.uk (andover.nag.co.uk [192.156.217.113]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id MAA29831 for ; Wed, 1 Jul 1998 12:40:51 +0200 (MET DST) Received: (from davidc@localhost) by nag.co.uk (8.8.7/8.8.7) id LAA00595; Wed, 1 Jul 1998 11:47:25 +0100 References: Message-ID: <199807011047.LAA00595@nag.co.uk> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: (message from Hans Aberg on Wed, 1 Jul 1998 12:21:33 +0200) Date: Wed, 1 Jul 1998 11:47:25 +0100 From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Optimizing LaTeX Status: R X-Status: X-Keywords: X-UID: 2624 > I wonder why people are so against building several development levels, I think actually there is no disagreement about the need for separate levels. What I think is important though, is to think of one level at a time. To take your analogy, when designing an asembler language, one probably does not need to consider too much the user interface of a Windowing GUI system. (Although one needs to check that the basic functionality that will be needed in such an application is provided). More specifically, I'd say that the fundamental error in the design of the tex language was to design the primitives with a syntax allegedly suitable for easy use as part of top level document markup. This collapsing of all levels into one is largely responsible for the mess that is contained in the legacy (la)tex documents. So the aim with the l3 code is to get a foundation in which higher levels can be programmed. These higher levels may well have their own concepts of modularity, which need not necessarily be directly related to the modules at this level. This is the reason why I (and probably Frank) appear to be `against' discussion of higher level issues at this time. It is not that they are not needed, it is just that we want to avoid the problems inherent in TeX of having a low level system whose design is distorted by a concern to make it useable at all levels at once. David