Lisp HUG Maillist Archive

Execute Lispworks on the terminal in Mac Os X 10.4 PPC

Hello all,

I am using Lispworks personal 5.1 on Mac OS X 10.4 for PPC.
I would like to run Lispworks in the terminal (without using the IDE).
How can I do it? Is it possible for Lispworks Personal?
I have done it in Linux with personal edition.

More specifically, I would like to access my computer via ssh and
I want to run Lispworks in the terminal. How can I do this?

Thanks,

Mauricio

--
Mauricio Toro Bermúdez
Joven Investigador
Facultad de Ingeniería
Pontificia Universidad Javeriana Cali
Colombia
Tel: 57 2 3218390 / 57 2 3218200 Ext 422

Please don't print this e-mail unless you really need to.
Por favor no imprima este correo electrónico a menos de que sea totalmente necesario.

Re: Execute Lispworks on the terminal in Mac Os X 10.4 PPC

On Thu, Mar 26, 2009 at 10:10 AM, Mauricio Toro <mauriciotorob@gmail.com> wrote:
> Hello all,
> I am using Lispworks personal 5.1 on Mac OS X 10.4 for PPC.
> I would like to run Lispworks in the terminal (without using the IDE).
> How can I do it? Is it possible for Lispworks Personal?
> I have done it in Linux with personal edition.
> More specifically, I would like to access my computer via ssh and
> I want to run Lispworks in the terminal. How can I do this?
> Thanks,
> Mauricio

In the non-free version, it would by passing the command-line argument
"-tty" to the executable. E.g., running

   /Applications/LispWorks5.1/LispWorks.app/Contents/MacOS/lispworks-5-1-0-macos-universal
-tty

I can confirm that this doesn't work with the Personal Edition (at
least on 10.5/PPC). I.e.,

   /Applications/LispWorks\ Personal\ 5.1/LispWorks\
Personal.app/Contents/MacOS/lispworks-personal-5-1-1-macos-universal
-tty

gives me the normal environment. The reason I chime in is because when
I went to check if the documentation reflected this, and to my
surprise, the "-tty" flag isn't mentioned at all in:

   http://www.lispworks.com/documentation/lw51/LWUG/html/lwuser-429.htm#pgfId-891723

Now I'm curious as to whether my method of starting LW on the console
is officially supported/subject to breaking.  What's the official
answer?

-- 
=====================
Joshua Taylor
tayloj@cs.rpi.edu, jtaylor@alum.rpi.edu

"A lot of good things went down one time,
  back in the goodle days."
    John Hartford


Updated at: 2020-12-10 08:41 UTC