From: Nikhil Ketkar
Subject: How is lisp deployed ?
Date: 
Message-ID: <1121325380.827882.152490@z14g2000cwz.googlegroups.com>
I use lisp for experimental stuff (basically like a whiteboard and a
marker) that never gets deployed. I just send my code when someone
asks. I was wondering how lisp gets deployed?

From: Christopher C. Stacy
Subject: Re: How is lisp deployed ?
Date: 
Message-ID: <u1x614x9d.fsf@news.dtpq.com>
"Nikhil Ketkar" <············@gmail.com> writes:
> I use lisp for experimental stuff (basically like a whiteboard and a
> marker) that never gets deployed. I just send my code when someone
> asks. I was wondering how lisp gets deployed?

In all the usual ways (eg. executable files, DLL/so files).
Plus, there are implementation-specific dynamically loadable 
files called "FASL" files.  I think the most common thing is
"large" (eg. 3 MB) executables which include the entire runtime.
From: David Steuber
Subject: Re: How is lisp deployed ?
Date: 
Message-ID: <87k6jtxp58.fsf@david-steuber.com>
"Nikhil Ketkar" <············@gmail.com> writes:

> I use lisp for experimental stuff (basically like a whiteboard and a
> marker) that never gets deployed. I just send my code when someone
> asks. I was wondering how lisp gets deployed?

I spam IRC and This news group.

-- 
(when (or hope despair)
  (error "Deal with life as it is."))
From: Nikhil Ketkar
Subject: Re: How is lisp deployed ?
Date: 
Message-ID: <1121378498.374774.215220@g47g2000cwa.googlegroups.com>
??? what do u mean ???
From: Emre Sevinc
Subject: Re: How is lisp deployed ?
Date: 
Message-ID: <87eka1zl2f.fsf@ileriseviye.org>
"Nikhil Ketkar" <············@gmail.com> writes:

> I use lisp for experimental stuff (basically like a whiteboard and a
> marker) that never gets deployed. I just send my code when someone
> asks. I was wondering how lisp gets deployed?

I asked a very similar question. I hope the answers given
to me is going to be useful for you:

http://groups-beta.google.com/group/comp.lang.lisp/browse_frm/thread/806352d9b21d6870


-- 
Emre Sevinc

eMBA Software Developer         Actively engaged in:
http:www.bilgi.edu.tr           http://ileriseviye.org
http://www.bilgi.edu.tr         http://fazlamesai.net
Cognitive Science Student       http://cazci.com
http://www.cogsci.boun.edu.tr
From: Nikhil Ketkar
Subject: Re: How is lisp deployed ?
Date: 
Message-ID: <1121341707.564720.17510@z14g2000cwz.googlegroups.com>
This is very informative. Thanks