<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Apr 24, 2015 at 10:34 PM, Hans Vlems <span dir="ltr"><<a href="mailto:hvlems@zonnet.nl" target="_blank">hvlems@zonnet.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm cleaning up the attic and found a primer on BLISS as well as<br>
a BLISS reference manual.<br>
It's been a long time (1980-ish) since I'd last seen it and I wanted<br>
to refresh (well, actually update) my knowledge of that language.<br>
<br>
Now the primer refers to TUTIO.R32, which I found on a VAX.<br>
However I want to play with it on an Alpha (runs cooler than the VAX).<br>
After installing the BLISS kit that is on the freeware CD's there<br>
still was no STARLET.L32 (nor STARLET.L64) file in SYS$LIBRARY.<br>
TUTIO.R32 refers to STARLET.L32 so how do I get it?</blockquote><div><br></div><div>You can to the right place, there are not many of us (BLISS programmers) left. </div><div><br></div><div>TUTIO.R32 might not be anywhere in the kits.  I'm pretty sure I have it floating around (I'll go have a look).  As for creating the libraries, you can use:</div><div><br></div><div>$ BLISS/LIBRARY=SYS$COMMON:[SYSLIB] SYS$LIBRARY:STARLET.REQ</div><div>$ BLISS/LIBRARY=SYS$COMMON:[SYSLIB] SYS$LIBRARY:LIB.REQ</div><div><br></div><div>That will give you the 32-bit stuff.  For the 64-bit, you need to add in the right qualifier.  For Alpha it is BLISS/A64 and for Itanium it is BLISS/I64.</div><div><br></div><div>Incidentally, if you ever decide you don't want those BLISS manuals, you are more than welcome to send them my way.  I have a small collection of manuals, books and internal DEC training material on this stuff.  I'm hoping to get most of it on-line real soon now (<a href="http://bliss-lang.org">http://bliss-lang.org</a> when it is eventually done...).</div><div><br></div><div>Regards, Tim.</div></div></div></div>