Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is there any lisp compiler generating exec files?

2 views
Skip to first unread message

Jae-youn Chung

unread,
May 13, 1998, 3:00:00 AM5/13/98
to

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 | mailto:j...@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

Erik Naggum

unread,
May 13, 1998, 3:00:00 AM5/13/98
to

* 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!

0 new messages