Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84; site cirl.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!qantel!dual!vecpyr!lll-crg!seismo!harvard!think!cirl!gary From: gary@cirl.UUCP (Gary Girzon) Newsgroups: net.micro.amiga Subject: More Amiga Software Message-ID: <215@cirl.UUCP> Date: Fri, 4-Oct-85 17:32:11 EDT Article-I.D.: cirl.215 Posted: Fri Oct 4 17:32:11 1985 Date-Received: Mon, 7-Oct-85 04:45:02 EDT References: <3891@topaz.RUTGERS.EDU> Organization: Cochlear Implant Res. Lab, Boston, MA Lines: 27 > From: Daniel.Zigmond@SPICE.CS.CMU.EDU > > Just an update: Amiga Lisp arrived from Commodore-Amiga some time ago and Let's hear more about which implementation of Lisp it is. Is it possible for other developers to receive a pre-release version of it? Anyone out there have a terminal emulator yet? It should not be that difficult; for example, AmigaDos has predefined CON: to be a a virtual terminal, capable of receiving standard ASCII, CR, LF but not the cursor keys. The virtual terminal can also be set to a specific window. Thus if one executes copy SER: to "CON:/10/100/100/200/output window" this should result in data read from the serial port being placed in a window (defined between the slashes) virtual terminal. "output window" is just the title of the window. I have not tried this because I do not have anything connected serially yet. But the copy command works CON: to CON:, so it should work similarly here. All that is needed to implement a 6 line version of this "dumb" terminal emulator are calls to AmigaDos for key_down detect and serial character detect. I am working on it. Gary UUCP: ...{ihnp4,harvard}!think!cirl!gary