Anuncios

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

Lisp programming

Anonymous

Lisp programming

Anonymous
No aplicable

What is lisp programming? why it is used? 

Explain in detail to develop a lisp program with syntax.

0 Me gusta
Responder
339 Vistas
3 Respuestas
Respuestas (3)

pendean
Community Legend
Community Legend
See your duplicate post.

0 Me gusta

cadffm
Consultant
Consultant

 

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

0 Me gusta

s.borello
Advisor
Advisor

Google and youtube will help you.

0 Me gusta