Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!decvax!harpo!floyd!clyde!ihnp4!inuxc!pur-ee!uiucdcs!uokvax!andree From: andree@uokvax.UUCP Newsgroups: net.unix-wizards Subject: Re: Re: From VMS to UNIX - (nf) Message-ID: <3620@uiucdcs.UUCP> Date: Wed, 9-Nov-83 00:26:19 EST Article-I.D.: uiucdcs.3620 Posted: Wed Nov 9 00:26:19 1983 Date-Received: Sun, 6-Nov-83 03:14:14 EST Lines: 15 #R:mi-cec:-16600:uokvax:6200002:000:539 uokvax!andree Oct 30 18:47:00 1983 I don't know enough (if anything) about BLISS to comment on Al's points about BLISS vs. C. I do have one question, though: Doesn't BLISS allow (force?) you to refer to registers by name? If so, what happens to code when you move it from machine to machine? Will it still compile as is? Since C doesn't let you refer to registers by name, the compiler can (and will) ignore register declarations when it doesn't have the registers. Of course, C more than makes up for this in other portability areas. How does BLISS do in those?