From: Jae-youn Chung
Subject: Is there any lisp compiler generating exec files?
Date: 
Message-ID: <yf4d8dizm4k.fsf@plsun.kaist.ac.kr>
It would be very nice if it can be compiled to, at least, bytecode
so that it can run very quickly in the command line oriented
environment so that it can be used other generic unix commands like
sed, awk and so on.

Is there any compiler capable of these?

-- 
Chung jay youn                  
Tel:    +82-42-869-3560                |   ··········@pllab.kaist.ac.kr
Fax:    +82-42-869-3510                |   http://pllab.kaist.ac.kr/~jay
PL Lab||Dept. of CS||KAIST 373-1 Kusong-dong Yusong-gu||Taejon 305-701|Korea
From: Erik Naggum
Subject: Re: Is there any lisp compiler generating exec files?
Date: 
Message-ID: <3104043038921243@naggum.no>
* Jae-youn Chung
| It would be very nice if it can be compiled to, at least, bytecode so
| that it can run very quickly in the command line oriented environment so
| that it can be used other generic unix commands like sed, awk and so on.
| 
| Is there any compiler capable of these?

  since the Lisp system is likely to maintain useful state information and
  would need to load this every time, I think a better solution would be to
  set up the Lisp system to accept connections on a socket bound to a port
  only on the local machine (127.0.0.1), require the caller to send the
  contents of some file that only approved users can read for simple
  authentication purposes, and go into a simple read-eval-print loop.

  this would give you the benefit of fast loading (the client program can
  easily be written in C), and evaluation inside a large Lisp system tha
  can service a number of users and requests.

#:Erik
-- 
  Support organized crime: use Microsoft products!