answersLogoWhite

0

How do you run lisp programs?

User Avatar

Anonymous

9y ago
Updated: 8/21/2019

You compile and link them using a lisp compiler/linker, then run the file produced.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What has the author Frederick Holtz written?

Frederick Holtz has written: 'Using & programming the Macintosh, including 32 ready-to-run programs' -- subject(s): Computer programs, Macintosh (Computer), Programming 'LISP, the language of artificial intelligence' -- subject(s): Artificial intelligence, Data processing, LISP (Computer program language) 'A. T. & T. 6300' 'LISP'


What are the most common syntax errors in LISP programs?

Incorrect placement or number of parentheses will probably make the most common syntax error in LISP programs.


Characteristic of lisp language?

The main characteristic of LISP is its capability for symbolic computation. Symbols (atoms) are the principal data type. The operations that can be performed on symbols include equality testing and building up symbol structures. Putting two symbols together creates a structure, which can then be accessed and taken apart. Typical applications: • Language processing, using words as symbols; lists for sentences, trees for grammatical structure. • Mathematics, involving expressions and equations; trees for expressions. • Manipulating programs - these are just pieces of (formal) language. LISP programs are just symbol structures, so LISP programs can modify or create LISP programs. Hence programs can implement the results of learning by writing new code for themselves; it is also easy to write interpreters for new languages in LISP. LISP is a functional language: compute by evaluating nested functional expressions. (Pure) programs have no side-effects, so they are modular. Simple semantics (i.e., it's easy to tell what a program does) allows for powerful program development environments.


How do you spell lisp?

The word "lisp" is spelled L-I-S-P.


Does Bailee Madison have a lisp?

No, Bailee Madison does not have a lisp.


Does Jennette mccurdy have a lisp?

Jennette does not have a lisp. If you check out her video on youtube titled, "In The Airport Heading to MOA!", she says that she does not have a lisp. She says its her computer that makes it sound like she has a lisp.


Who created the Lisp programming language?

Answer: John McCarthy. Lisp was originally created as a practical mathematical notation for computer programs, based on Alonzo Church's lambda calculus. It quickly became the favored programming language for artificial intelligence (AI) research. (Wikipedia).


Does Jim Carey Have A Lisp?

no he just has a lisp in the cable guy


Does Gerard butler have a lisp?

No, he doesn't have a lisp, but he does have a Scottish accent.


When was Le Lisp created?

Le Lisp was created in 1981.


When was Common Lisp created?

Common Lisp was created in 1984.


What has the author Guy L Steele written?

Guy L. Steele has written: 'COMMON LISP' -- subject(s): COMMON LISP (Computer program language), LISP (Computer program language), LISP, Common Lisp (Langage de programmation)