I guess and .exe is not absolutely required.  Lets say I'm creating simple lisp program for a non-computer person at the office.  I need a simple way of writing the application and sending it to them so they can run it easily.  Of course I could write it in M$ excel and send it that way.  I want you utilize the power of LISP and a nice delivery package.  Could we bundle lispbox package and my little program so that the user only sees the final application?  It kinda sounds like the original idea of Java.

On 12/17/05, Andy Cristina <[EMAIL PROTECTED]> wrote:
On 12/17/05, LeAnthony Mathews <[EMAIL PROTECTED]> wrote:
>
>
> I'm a long time lisp lurker who has been playing with different
> implementations of lisp IDE.  What I need is a simple walkthrough example
> that will allow me to:
> Install Lispbox on my windows machine.
> Install GUI toolkit( Say wxCL).
> Write a simple windows GUI application (lets say hello world).
> Compile this file to an .exe
> Run on any windows based machine "hello world" application Does this type of
> example exist?  This would make a great movie if some LISP pro will show us
> the way.  This is a basic stepping-stone to get us new to the language
> creating something productive.
> _______________________________________________
> Gardeners mailing list
> [email protected]
> http://www.lispniks.com/mailman/listinfo/gardeners
>

Is a .exe file absolutely required?  I've got some code that makes a
clisp program into a small delivery set, with just the driver and the
image.  I could also modify it to include dll files if needed.  But
you'll have to live with a .bat file, because I'm not going to assume
everyone has a C compiler around.  Maybe I could make a self
extracting and executing zip file, I don't know.

I haven't used python or perl on windows, do they produce exes now?
Java doesn't produce exes by default.
_______________________________________________
Gardeners mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/gardeners

_______________________________________________
Gardeners mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/gardeners

Reply via email to