Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Is there any lisp compiler generating exec files?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jae-youn Chung  
View profile  
 More options May 13 1998, 3:00 am
Newsgroups: comp.lang.lisp
From: Jae-youn Chung <j...@pllab.kaist.ac.kr>
Date: 1998/05/13
Subject: Is there any lisp compiler generating exec files?

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Erik Naggum  
View profile  
 More options May 13 1998, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <c...@naggum.no>
Date: 1998/05/13
Subject: Re: Is there any lisp compiler generating exec files?

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »