comp.lang.ada
 help / color / mirror / Atom feed
From: agate!howland.reston.ans.net!usenet.ins.cwru.edu!magnus.acs.ohio-state.ed
Subject: Re: Ada Operators in 9x
Date: 1 Jul 93 12:54:26 GMT	[thread overview]
Message-ID: <C9HL6q.2D4@icon.rose.hp.com> (raw)

I don't know Brad, but it seems like your are missing the point that Robert is
trying to make - I think :).  The idea is that no matter what the source code
style looks like - within a reason of course - the pretty printer will put it
in one's own preferred form...

pragma Satire (On);

-- say Bozo Clown likes it like this:

        package CIRCUS is
            
            type FUNNY_THING is limited private;

            ...
        private
            type FUNNY_THING is record
                ...
            end record;
        end CIRCUS; 

-- but Fred Dweeb likes it like this:

        package Circus is
            
                type Funny_Thing is limited private;

                ...
        private
                type Funny_Thing is
                record
                        ...
                end record;
        end Circus; 

-- Well a sufficiently empowered (buzzword alert) pretty printer should be able
-- to accomplish this despite the fact that the original source was authored by
-- Joe Noindent Veryloud and it looked like this:

        PACKAGE CIRCUS IS
        TYPE FUNNY_THING IS LIMITED PRIVATE;
        ...
        PRIVATE
        TYPE FUNNY_THING IS
        RECORD
        ...
        END RECORD;
        END CIRCUS; 

pragma Satire (Off);

Anyway... Is it July 4th yet?  Rats!!! I mean GNATS!!! Three more days...  ;)

Thomas Vachuska
------------------------------------------------------------------------------
tom@mothra.rose.hp.com                   (916)-785-4983  (Telnet & Voice Mail)
------------------------------------------------------------------------------

             reply	other threads:[~1993-07-01 12:54 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1993-07-01 12:54 agate!howland.reston.ans.net!usenet.ins.cwru.edu!magnus.acs.ohio-state.ed [this message]
  -- strict thread matches above, loose matches on Subject: below --
1993-07-09 16:51 Ada Operators in 9x Robert I. Eachus
1993-07-08 22:18 Laurence VanDolsen
1993-07-02 18:14 munck
1993-07-01 21:43 Dave Bashford
1993-07-01 15:39 Robert I. Eachus
1993-07-01 10:28 agate!howland.reston.ans.net!darwin.sura.net!dtix.dt.navy.mil!relay-wo!re
1993-06-30 23:06 Robert I. Eachus
1993-06-30 17:41 agate!howland.reston.ans.net!darwin.sura.net!dtix.dt.navy.mil!relay-wo!re
1993-06-30 16:23 cis.ohio-state.edu!math.ohio-state.edu!darwin.sura.net!source.asset.com!v
1993-06-30 15:24 Charles H. Sampson
1993-06-28 23:37 Mark A Biggar
1993-06-28  7:13 ghost.dsi.unimi.it!univ-lyon1.fr!scsing.switch.ch!epflnews!disuns2.epfl.c
1993-06-27  8:26 Stephen J Bevan
1993-06-27  1:03 Kenneth Anderson
1993-06-26 15:43 cis.ohio-state.edu!math.ohio-state.edu!howland.reston.ans.net!agate!doc.i
1993-06-26 15:19 cis.ohio-state.edu!math.ohio-state.edu!howland.reston.ans.net!agate!doc.i
1993-06-25 21:12 Michael Feldman
1993-06-25 21:03 cis.ohio-state.edu!magnus.acs.ohio-state.edu!math.ohio-state.edu!howland.
1993-06-25 20:56 Rahul Dhesi
1993-06-25 20:44 David Emery
1993-06-24 14:14 Joe Hildebrand
1993-06-22 13:01 cis.ohio-state.edu!math.ohio-state.edu!darwin.sura.net!cs.ucf.edu!longwoo
1993-06-21 22:14 Mike Berman
replies disabled

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