From: Dzung T. Hoang
Subject: Help getting Golden Common Lisp to work on 386
Date: 
Message-ID: <100564@brunix.UUCP>
I have the Golden Common Lisp 286 Developer version 2.14 software that
I've been trying to run on a 386 DOS PC.  Running GCLISPLM.EXE results
in
	Processor Exception 11: segment not present

I surmise that the problem is related GCLISPLM's use of extended
memory.  The program was designed for a 286 equipped with an extended
memory board such as AST Advantage.  Does anyone know of a fix for
this problem?

I've been told that Gold Hill Computers, the maker of GC LISP, has gone
out of business.  Can someone confirm this?

Any help will be appreciated.

Dzung
----------------------------------------------------------------------------
Dzung T. Hoang
···@cs.brown.edu
----------------------------------------------------------------------------

From: Arun Welch
Subject: Re: Help getting Golden Common Lisp to work on 386
Date: 
Message-ID: <WELCH.92Feb4165756@sacral.cis.ohio-state.edu>
>I've been told that Gold Hill Computers, the maker of GC LISP, has gone
>out of business.  Can someone confirm this?

I can most definitely confirm that it is *NOT* true, Gold Hill is
still alive. I don't have a number handy, but will forward your
question to someone who should be to contact you.

...arun
----------------------------------------------------------------------------
Arun Welch
Lisp Systems Programmer, Lab for AI Research, Ohio State University
·····@cis.ohio-state.edu
From: Wayne Peterson
Subject: Re: Help getting Golden Common Lisp to work on 386
Date: 
Message-ID: <1992Feb4.231910.27943@saifr00.cfsat.honeywell.com>
Assistance please,

I need the inverse trig functions in lisp.
In particular tan-1 as I need to find the
angle of a vector given its slope.

Steel's books (edition one and two) have
hyperbolic functions not inverse.

Many thanks in advance,

Wayne Peterson using LispWorks
From: Barry Margolin
Subject: Inverse trig (was Re: Help getting Golden Common Lisp to work on 386)
Date: 
Message-ID: <kov3e5INN2ij@early-bird.think.com>
In article <·····················@saifr00.cfsat.honeywell.com> ········@saifr00.cfsat.honeywell.com (Wayne Peterson) writes:
>I need the inverse trig functions in lisp.
>In particular tan-1 as I need to find the
>angle of a vector given its slope.

The names of the inverse trig functions are ASIN, ACOS, and ATAN.  These
are common to many computer languages, as abbreviations for arc sine, arc
cosine, and arc tangent).

>Wayne Peterson using LispWorks

Then why was your subject line "Re: Help getting Golden Common Lisp to work
on 386"?
-- 
Barry Margolin, Thinking Machines Corp.

······@think.com
{uunet,harvard}!think!barmar
From: lawrence.g.mayka
Subject: Re: Inverse tangent
Date: 
Message-ID: <LGM.92Feb5091521@cbnewsc.ATT.COM>
In article <·····················@saifr00.cfsat.honeywell.com> ········@saifr00.cfsat.honeywell.com (Wayne Peterson) writes:
   I need the inverse trig functions in lisp.
   In particular tan-1 as I need to find the
   angle of a vector given its slope.

   Steel's books (edition one and two) have
   hyperbolic functions not inverse.

Remember that tan-1 is also known as arctan, which in Common Lisp is
the ATAN function.


	Lawrence G. Mayka
	AT&T Bell Laboratories
	···@iexist.att.com

Standard disclaimer.
From: Josh Fisher
Subject: Re: Help getting Golden Common Lisp to work on 386
Date: 
Message-ID: <1992Feb05.001728.21811@hpl.hp.com>
In article <······@brunix.UUCP> ···@cs.brown.edu (Dzung T. Hoang) writes:

>I've been told that Gold Hill Computers, the maker of GC LISP, has gone
>out of business.  Can someone confirm this?

They're in business  ( 617 621-3300 ) and selling version 4.1 for many bucks.
I found that their older releases were pretty broken, but that the current
product is very usable.