Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Anonymous
336 Vistas, 3 Respuestas

Lisp programming

What is lisp programming? why it is used? 

Explain in detail to develop a lisp program with syntax.

pendean
en respuesta a: Anonymous

See your duplicate post.

cadffm
en respuesta a: Anonymous

 

1. Programming is what you do when you create a new software program.

https://en.wikipedia.org/wiki/Computer_programming

 

2. LISP (in this case AutoLisp or VisualLisp) is a programming language

https://en.wikipedia.org/wiki/AutoLISP

 

3. In AutoCAD for example, there are multiple API available

https://en.wikipedia.org/wiki/Application_programming_interface

 

 

 

4. "Explain in detail to develop a lisp program with syntax."

https://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=Autocad+lisp

https://www.google.com/search?source=hp&ei=jDVcXMLiOIPTwAKim7joBQ&q=AutoCAD+Lisp+Tutorial&btnK

 

 

Link to AutoDesks AutoLisp Forum => CLICK!

 

Your Starter:

Start AutoCAD or vertical (not LT, LT versions are without APIs)

Type in:

Command: (alert "Hello world")

 

Sebastian

s.borello
en respuesta a: Anonymous

Google and youtube will help you.