Path: utzoo!attcan!uunet!mcsun!hp4nl!wmt!vila From: vila@wmt.UUCP (Vincent van der Laan) Newsgroups: comp.sys.mac.programmer Subject: Re: New programming language: SCRIPTIC Summary: Better Scriptic example coming up Message-ID: <336@wmt.UUCP> Date: 22 Sep 89 10:04:52 GMT References: <327@wmt.UUCP> <1052@cbnewsk.ATT.COM> Lines: 35 In article <1052@cbnewsk.ATT.COM>, ech@cbnewsk.ATT.COM (ned.horvath) writes: > From article <327@wmt.UUCP>, by vila@wmt.UUCP (Vincent van der Laan): > > It is a new computer language called SCRIPTIC that greatly simplifies > > parallel and event driven programming... > > > Just one simple example to get you interested: the following program > > prints 'Hello' when you press 'h' or 'Goodbye' when you press 'g'. > > > > main = Key('h'!); {printf("Hello")} | Key('g'!); {printf("Goodbye")} > Lots of stuff deleted... > >You need to show a >bit more... > I agree that the example is far to simple. Andre has implemented the famous sample editor program (Inside Macintosh vol. 1) with lots of comments for a tutorial he is writing. I'll post it as soon as I get back from the Mac conference. If you post your oldfashioned US (?) mail adress he will send you some documentation, if you're interested. > =Ned Horvath= Greetings, Vincent. Disclaimer: I'm still thinking about an original disclaimer. Until then standard disclaimers apply.