Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Bozo User Newsgroups: comp.os.linux.misc,alt.folklore.computers Subject: Re: The joy of FORTRAN Followup-To: alt.folklore.computers Date: Fri, 11 Oct 2024 14:49:31 -0000 (UTC) Organization: A noiseless patient Spider Lines: 28 Message-ID: References: <5mqdnZuGq4lgwm_7nZ2dnZfqnPSdnZ2d@earthlink.com> <1r0e6u9.1tubjrt1kapeluN%snipeco.2@gmail.com> <6tDIO.25202$afc4.3071@fx42.iad> <87h6a4ebdm.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 11 Oct 2024 16:49:32 +0200 (CEST) Injection-Info: dont-email.me; posting-host="52c294e76cc230f4b29527751a778044"; logging-data="3898613"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19kWvhrx9SkeR8AgePx4XOo" User-Agent: slrn/1.0.3 (Linux) Cancel-Lock: sha1:x42fF1teD46pjtcQ1RjgM0NLlYo= Xref: csiph.com comp.os.linux.misc:59301 alt.folklore.computers:227743 ["Followup-To:" header set to alt.folklore.computers.] On 2024-09-25, Lawrence D'Oliveiro wrote: > On Tue, 24 Sep 2024 16:05:25 -1000, Lynn Wheeler wrote: > >> ... some of the MIT CTSS/7094 went to Project MAC on the 5th flr to do >> MULTICS ... > > Let’s see ... “CTSS” (Corbatò et al) stood for “Compatible Time Sharing > System”, the “Compatible” part meant that it could not interfere with > batch workloads run under the IBM-proprietary OS on the same hardware. > > Later some hackers at MIT created their own OS for the PDP-10 and named it > “Incompatible Timesharing System” (ITS) as a sort of anti-homage to > CTSS. ;) > > (You thought “MULTICS”/“UNICS” (later “UNIX”) was the only pun of its type > to come out of the ferment of OS development in the 1960s?) The magic of Lisp and ITS is that if you know how to use Emacs and a bit of Elisp, you can be using Maclisp in no time. Ditto with current Maxima on top of Common Lisp vs Macsyma. The syntax it's 100% the same, just diferring on the available functions. But for common plots and equations, if you do a plot in Macsyma, Maxima will plot the same exact thing but with Gnuplot instead of an special printer file for the PDP10. Altough you can perfectly dump the file to a virtual tape and process it to PostScript with modern ITS+Simh emulation tools.