comp.lang.ada
 help / color / mirror / Atom feed
From: hack@watson.ibm.com (hack)
Subject: Re: Language support for  flexible handling of system-detected errors.
Date: 28 Mar 2002 16:19:20 GMT
Date: 2002-03-28T16:19:20+00:00	[thread overview]
Message-ID: <a7vfq8$pkq$1@news.btv.ibm.com> (raw)
In-Reply-To: 5ly9gcd9ao.fsf@rum.cs.yale.edu

In article <5ly9gcd9ao.fsf@rum.cs.yale.edu>,
Stefan Monnier  <foo@acm.com> wrote:
>>>>>> "Maynard" == Maynard Handley <name99@mac.com> writes:
>> Languages that don't provide what current programmers want and expect are
>> dead. You can whine all you like about how much I suck because I expect an
>> IDE, but I am simply telling you the way it is.
>
>That's a curious definition of "dead" which seems strangely close to the
>definition of "non-mainstream".
>
>
>	Stefan "being an Emacs hacker, I'm obviously biased"

I sure hope you are (biased)!  To me, something like emacs is an Integrated
Development Environment -- if only the compilers and linkers etc. would all
cooperate.  Traditional IDEs are the exact opposite -- they are a world unto
themselves.  I use an IDE in the emacs sense -- I integrate multiple envs
into one global environment where I can use *all* my tools, in the editor
that I'm familiar with, exploiting its features across all those environments
(programmability via powerful macros, generalised multiple-level UNDO, having
many files in simultaneous play, etc.)  The files may come from mainframes,
from Unix boxes, or from NT boxes -- it's all integrated.  I can click on a
function invocation and find myself looking at its definition -- such things
are possible if one has decent macro support:  I'm not bound by what somebody
else thinks is good for me -- I can shape the world the way I like it.

The cooperation of compilers and linkers is needed when I want to fully
exploit this paradigm.  For example, I can compile right out of the editor
(without having to save the source file to disk, e.g. because I don't yet
trust the changes I want to check).  My environment supports a universal macro
interface, which any command-line-oriented application can exploit.  This means
that I can write edit macros, linker macros, compiler preprocessor macros etc.
in the language of my choice, not the language imposed by the editor or
preprocessor.  (I tend to use modern Exec 2 for some things, Rexx for others,
and even have a couple of Lysp macros -- Lysp is a dialect of Lisp as might
be guessed.)  Btw, command-line interfaces lend themselves to programmability
and hence controllability and extendability better than GUIs.  One can always
put a GUI on top of the CLI to present a view that's more friendly to a new
user (by making a limited number of easy choices directly accessible) -- but
in a way that doesn't cramp the style of an experienced user.  By GUI I mean
the ability to click and point, pop up menus, etc. -- not necessarily fancy
graphics.  In a programming environment the latter are just decoration; when
images or graphics are the object of interest we have a different situation.
What *is* useful btw is multiple highlighting capabilities, e.g. to make
different syntactic entities stand out -- and there again the cooperation of
the compiler is desirable.

Michel.




  parent reply	other threads:[~2002-03-28 16:19 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <j8R78.48$Eh5.268@castor.casema.net>
     [not found] ` <f6013729.0202260913.59286c63@posting.google.com>
     [not found]   ` < <jbTm8.94778$702.21482@sccrnsc02>
     [not found]     ` <a7hkfe$bbt$1@pegasus.csx.cam.ac.uk>
     [not found]       ` <a7htp0$rh429@news.kvaerner.com>
2002-03-24  0:16         ` Language support for flexible handling of system-detected errors Adam Tissa
2002-03-24  0:46           ` Jim Rogers
2002-03-24  6:45             ` Tissa Adam
2002-03-24 19:58               ` Rodrigo Cunha
2002-03-25 10:17             ` Tim Shoppa
2002-03-26 23:29             ` Kent Paul Dolan
2002-03-24 11:38           ` Simon Wright
2002-03-24 12:42           ` Marc A. Criley
2002-03-24 14:56             ` Larry Kilgallen
2002-03-24 18:59               ` Steve Doiel
2002-03-26 22:42                 ` Adam Tissa
2002-03-27  6:31                   ` Simon Wright
2002-03-26 22:42                 ` Cost of Ada support Adam Tissa
2002-03-26 23:06                   ` Mark Johnson
2002-03-27  0:17                     ` Marin David Condic
2002-03-27 22:14                       ` Wes Groleau
2002-03-28 15:30                         ` Marin David Condic
2002-03-29  3:29                           ` Wes Groleau
2002-03-29 14:39                             ` Marin David Condic
2002-03-27 12:13                     ` Larry Kilgallen
2002-03-27  9:23                   ` Pascal Obry
2002-03-24 13:28           ` Language support for flexible handling of system-detected errors chris.danx
2002-03-25 12:32             ` Georg Bauhaus
2002-03-24 14:52           ` Paul Repacholi
2002-03-24 22:35           ` Greg Bek
2002-03-26  6:48             ` Richard Riehle
2002-03-25 10:42           ` Tarjei T. Jensen
2002-03-26 16:27           ` Wes Groleau
2002-03-28  3:10             ` Maynard Handley
2002-03-28  5:17               ` Andrew W. Reynolds
2002-03-28 15:03               ` Stefan Monnier <foo@acm.com>
2002-03-28 15:54                 ` Nick Maclaren
2002-03-28 16:19                 ` hack [this message]
2002-03-28 17:22                   ` Nick Maclaren
2002-03-28 18:49                     ` Marin David Condic
2002-03-29 10:04                       ` Nick Maclaren
2002-03-29 14:20                       ` Wes Groleau
2002-03-29 15:09                         ` Marin David Condic
2002-04-01 14:28                           ` Wes Groleau
2002-04-01 16:29                             ` Marin David Condic
2002-04-02 18:21                               ` Wes Groleau
2002-03-28 15:36               ` Marin David Condic
2002-03-29 14:49                 ` Larry Kilgallen
2002-03-29 16:56                   ` hack
2002-03-29 17:14                     ` Preben Randhol
2002-03-29 18:37                     ` Marin David Condic
2002-04-01 15:53                       ` hack
2002-04-01 16:47                         ` Marin David Condic
2002-04-02 17:15                           ` hack
2002-04-04 10:34                         ` pascal stenuit
2002-04-01 17:44                       ` Stephen Leake
2002-04-01 18:22                         ` Marin David Condic
2002-03-29 18:05                 ` tmoran
2002-03-29 18:41                   ` Marin David Condic
2002-03-30 13:46                     ` Larry Kilgallen
2002-04-01 15:35                       ` Marin David Condic
2002-03-28 15:39               ` Georg Bauhaus
2002-03-29 14:44                 ` Marin David Condic
2002-04-02  1:04                   ` David Hoyt
2002-04-02 21:51                   ` Maynard Handley
2002-04-03 14:34                     ` Marin David Condic
2002-04-04  3:34                       ` Mark Bottomley
2002-04-04 14:48                         ` Marin David Condic
2002-04-04 16:04                         ` Wes Groleau
2002-04-04  7:07                       ` Ketil Malde
2002-04-04 15:01                         ` Marin David Condic
2002-04-04 16:54                         ` Warren W. Gay VE3WWG
2002-04-04 17:56                           ` Marin David Condic
2002-04-05 16:57                             ` Warren W. Gay VE3WWG
2002-04-05 18:07                               ` Marin David Condic
2002-04-10 16:29                                 ` Warren W. Gay VE3WWG
2002-04-04  7:58                       ` Ingo Marks
2002-04-04 15:18                         ` Marin David Condic
2002-04-08 17:17                           ` Kevin Cline
2002-04-08 17:44                             ` Ingo Marks
2002-04-08 18:10                             ` Nick Maclaren
2002-03-28 17:01               ` Wes Groleau
2002-03-28 17:27               ` Pascal Obry
2002-03-28 18:45                 ` Simon Wright
2002-03-29  0:33                 ` Ned Holbrook
2002-03-29  2:19                   ` Tony Finch
2002-03-29  4:15                     ` Darren New
2002-03-29 14:50                     ` Marin David Condic
2002-03-30  3:38                       ` Larry Kilgallen
2002-04-01 14:31                         ` Wes Groleau
2002-04-01 15:46                         ` Marin David Condic
2002-04-02 18:28                           ` Wes Groleau
2002-04-02 18:48                             ` Marin David Condic
2002-04-03  7:17                             ` Adam Tissa
2002-04-03 17:58                               ` Darren New
2002-03-29 16:28                   ` Georg Bauhaus
2002-03-29 17:08                   ` hack
2002-03-29 17:38                     ` Nick Maclaren
2002-03-30 15:06                 ` Peter da Silva
2002-03-30 17:26                   ` Erik Corry
2002-03-28 22:37               ` Randy Brukardt
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox