Re: compiling a Lisp source to exe



cartercc <cartercc@xxxxxxxxx> writes:

Okay. Suppose I write a script (in X language) and place it on a
network share. I then tell them to copy the script to their machine
and run it. I'm not interested in spending time trying to bring a data
entry clerk up to speed in running a script. One of the nice things
about Visual Studio is that you can generate an exe file that will
just run.

(Should I use VB rather than Lisp?)

If you can't come up with an acceptable (to you) way to distribute
Lisp programs, probably. As sympathetic as I am to the desire to write
everything in Lisp, short scripts are probably not an area where Lisp
would buy you more than warm fuzzies.
.



Relevant Pages

  • Re: Hello World
    ... This is my nth attempt to learn Lisp. ... documentation I managed to write my first script in sbcl. ... number for our primality check. ... eg. a `print-primes' function that does the heavy-lifting work ...
    (comp.lang.lisp)
  • Re: arc tangent
    ... lisp until a more algebraic notation that was good enough could be found. ... I dare you to cleanly write a Unix ... languages to be invoked to process Unix shell commands with -parms? ... So to emulate nested parameters to a script, ...
    (comp.lang.lisp)
  • Re: best environment for learning Lisp?
    ... Just type in your Lisp prompt: ... ; compiling ... have figured out how to compile, load, and run a script in SLIME. ... sort of programming too, as you have found out, but you are missing out ...
    (comp.lang.lisp)
  • Re: How to run Lisp as a server?
    ... Connecting to a server is hardly a memory or time problem, ... I'm just trying to learn some Lisp, ... script and put it into a file in a spool directory and waits for some ... once such a file is written, you create a job ticket file: ...
    (comp.lang.lisp)
  • Critique my code: using Lisp to parse lots of "ps -elf" files in AIX
    ... It's my first use of Lisp at work, ... and another ksh script to analyze the output. ... success using them to diagnose some of their own memory problems, ... an hour to process about an hour's worth of data (i.e. 60 data files). ...
    (comp.lang.lisp)