Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!grkermit!masscomp!clyde!ihnp4!inuxc!pur-ee!uiucdcs!parsec!ctvax!uokvax!emjej From: emjej@uokvax.UUCP Newsgroups: net.lang Subject: Re: Logo Versions? - (nf) Message-ID: <4484@uiucdcs.UUCP> Date: Tue, 13-Dec-83 23:01:40 EST Article-I.D.: uiucdcs.4484 Posted: Tue Dec 13 23:01:40 1983 Date-Received: Fri, 16-Dec-83 01:37:13 EST Lines: 23 #R:rlgvax:-146500:uokvax:9000011:000:883 uokvax!emjej Dec 12 12:03:00 1983 The language sold under the name "Color Logo" for the Color Computer lacks lists and many of the things that go into Logo, but it's still a neat hack and worth considering for teaching the young to program. What it does that is particularly slick (and provoked this note) is the multitasking facilities it provides, via the command HATCH which creates a turtle with the specified name (well, a number between 1 and 254) which is assigned the task of executing the specified procedure. Turtles can send one another mail (well, a 16-bit two's complement integer) (not to mention sending mail "to whom it may concern," which is read by the next turtle that tries to read mail). I DO hope that the developers of Color Logo will consider expanding the language now that they have OS-9 and more memory to play with... James Jones