From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,dea2d62ab1462538 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!b10g2000yqa.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: Writing an Operating System in Ada Date: Tue, 19 Jan 2010 11:07:42 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <26325363-b456-4c8f-a51d-4e87ef789619@a15g2000yqm.googlegroups.com> NNTP-Posting-Host: 75.161.31.160 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1263928062 23306 127.0.0.1 (19 Jan 2010 19:07:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 19 Jan 2010 19:07:42 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b10g2000yqa.googlegroups.com; posting-host=75.161.31.160; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 4.0.20506),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8797 Date: 2010-01-19T11:07:42-08:00 List-Id: On Jan 14, 12:04=A0pm, tmo...@acm.org wrote: > > > Right, but in an OO system you would barely need PostScript. I doubt > > > anybody would like to program in PostScript, so what is left? Poor as= a > > > data carrier, unusable for humans. Doesn't it remind something? XML? = (:-)=3D > > ) > > > Exactly. For visual data to the screen and printer it would make a > > good unified format. We don't have to actually have people programming > > in PostScript, just have [UI] objects know how to output it and > > [display] objects know how to render it... which is EXACTLY the class > > a PostScript printer falls into. > > =A0 The desktop on my computer rarely looks similar to a piece of paper o= n > my real desk. =A0I doubt Postscript is an equally good description langua= ge > for both. =A0Didn't the Next computer use Postscript? =A0And do current M= acs? That's incorrect, insofar as the hardware [your monitor] is concerned your computer's desktop is EXACTLY like a piece of paper, or rather multiple ones drawn and shown to you. For example VCR tapes run at 25 FPS, this is exactly the same as taking some twenty-five drawn frames and showing them over one second. PostScript is perfectly suitable for drawing such a frame. In fact, if you program things as being based off of vectors and shadings {something PS is GOOD at} then it's conceivable that your desktop could be independent [some caveats on low-resolutions, obviously] of resolution/color-depth keeping things relatively uniform. Just like you can use a PS file to print a good-looking big poster and use the same file to print an [equivalent] 8.5x11 poster/thumbnail.