Path: utzoo!attcan!uunet!wuarchive!gem.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!uxc.cso.uiuc.edu!uxc.cso.uiuc.edu!m.cs.uiuc.edu!s.cs.uiuc.edu!mccaugh From: mccaugh@s.cs.uiuc.edu Newsgroups: comp.lang.c Subject: Re: SCRIPTIC new programming language Message-ID: <207600045@s.cs.uiuc.edu> Date: 22 Sep 89 23:20:46 GMT References: <330@wmt.UUCP> Lines: 15 Nf-ID: #R:wmt.UUCP:330:s.cs.uiuc.edu:207600045:000:614 Nf-From: s.cs.uiuc.edu!mccaugh Sep 21 23:55:00 1989 Yes, SCRIPTIC (not SCRYPTIC, I hope) sounds intriguing, but for parallel programming on a PC? Does that mean it can simulate multi-processing exec- ution (or at least handle concurrent processes)? That would be attractive. Otherwise, I wonder if the example indicates more of a stylistic diversion, as it seems: if(c=getchar())=='H') printf("Hello!\n"); else if(c=='G') printf("Goodbye!\n"); /* also executed a la 'exclusive-or' */ would exhibit similar behavior. Also, do you have any references for the "theory of process algebra" you mentioned? Thanks. Scott