Lisp HUG Maillist Archive

Lispworks for Windows on the server side

I have an idea that will require LW for Windows running a web server  
and generating DLLs upon request.

Is this something feasible to do with LWW?

Is anyone running LWW on the server side?

	Thanks, Joel

--
http://wagerlabs.com






Re: Lispworks for Windows on the server side

On Sat, Jan 19, 2008 at 12:12:23PM +0000, Joel Reymont wrote:
: 
: I have an idea that will require LW for Windows running a web server  
: and generating DLLs upon request.

Where does the source code come from?  In other words, what is being compiled
into a DLL?  Are you writing a compiler in LWW?


Jonathon McKitrick
--
'Java is a fine language, for low values of fine.'


Re: Lispworks for Windows on the server side

On Sat, 19 Jan 2008 15:05:33 +0000, Joel Reymont <joelr1@gmail.com> wrote:

> Is the LWW "DLL generator" re-entrant, for example?

Maybe you should read the documentation first.  You don't deliver from
a running image but from a delivery script.


Re: Lispworks for Windows on the server side

Also, be aware that the Lisp file compiler is removed from a delivered image. We had to work around this with our system, but we weren't building dll's, just runtime loadable fasls.

-- david

On Jan 19, 2008 10:35 AM, Edi Weitz <edi@agharta.de> wrote:

On Sat, 19 Jan 2008 15:05:33 +0000, Joel Reymont <joelr1@gmail.com> wrote:

> Is the LWW "DLL generator" re-entrant, for example?

Maybe you should read the documentation first.  You don't deliver from
a running image but from a delivery script.




--
And now these three remain: faith, hope, and love.
But the greatest of these is love.
 -- 1 Corinthians 13:13

For wisdom is more precious than rubies,
and nothing you desire can compare with her.
 -- Proverbs 8:11
Updated at: 2020-12-10 08:44 UTC