Jump to content

few beginner's question


honestbud

Recommended Posts

Hi everybody

 

I have few question about AutoLISP.

before that, I would like to write few lines about my AutoCAD-related skills.

I can use 2D CAD almost perfectly and I know some basic features of 3D. I know how to use excel or simply note pad to create lines of texts containing CAD command and use it in AutoCAD. but I don't know LISP at all.

 

these are my questions:

 

1- As far as I know there is a unlimited works can be done by LISP, so I am wondering why there is not any complete website that provides and offers LISP programs! (I mean both free website and online AutoLISP shop)

 

2- I live in Iran and I want to know about using LISP prog in west countries. I want to know how you western people use this AutoCAD feature!

 

3- how much time it takes for me to learn this programming language?

 

 

Thank you

Link to comment
Share on other sites

Hi everybody

 

I have few question about AutoLISP.

before that, I would like to write few lines about my AutoCAD-related skills.

I can use 2D CAD almost perfectly and I know some basic features of 3D. I know how to use excel or simply note pad to create lines of texts containing CAD command and use it in AutoCAD. but I don't know LISP at all.

 

these are my questions:

 

1- As far as I know there is a unlimited works can be done by LISP, so I am wondering why there is not any complete website that provides and offers LISP programs! (I mean both free website and online AutoLISP shop)

 

2- I live in Iran and I want to know about using LISP prog in west countries. I want to know how you western people use this AutoCAD feature!

 

3- how much time it takes for me to learn this programming language?

 

 

Thank you

 

 

 

 

1. https://apps.autodesk.com/en

http://www.lee-mac.com/index.html

 

 

2. http://www.cadtutor.net/

 

 

3. the rest of your life , depending on your I/Q and motivation , but simple routines you can start with right away.

 

 

gr. Rlx

Link to comment
Share on other sites

1. https://apps.autodesk.com/en

http://www.lee-mac.com/index.html

 

 

2. http://www.cadtutor.net/

 

 

3. the rest of your life , depending on your I/Q and motivation , but simple routines you can start with right away.

 

 

gr. Rlx

 

 

Thank you for you quick answer, but I didnt get the second answer! :D

 

Could you please clear yourself a little bit.

Thanks

Link to comment
Share on other sites

Thank you for you quick answer, but I didnt get the second answer! :D

 

Could you please clear yourself a little bit.

Thanks

 

 

Hi honestbud,

 

 

You want to know how we use this lisp feature , well then , look no further because unless I'm missing something thats exactly the pupose of this site :-) And if you want to get started learning , check Lee's site but there are many more. Just begin with some simple examples , the world famous "Hello World" and from there work your way up by playing with little changes to existing routines. There is plenty of stuff to be found on this site but you have to do your homework , when you have a question , try the search function from this site first.

 

 

 

gr. Rlx

Link to comment
Share on other sites

My example a manual task around 20 minutes, using a lisp less than 1 minute to do same thing. If you do the same thing over and over then lisp can help, personally about 30 years of lisp.

Link to comment
Share on other sites

I totally subscribe BIGAL, I had some programming experience on c# previously to lisp (nothing professional). I've started lisping 2 weeks ago and the first results were so good that I'm always looking for more steps to improve my lisping (Which is still very simple). If your job/degree requires autocad drawing, lisp is for you like hotel california is for the eagles, once you start you will never stop, lisp will daunt you for the rest of your life.

Link to comment
Share on other sites

I totally subscribe BIGAL, I had some programming experience on c# previously to lisp (nothing professional). I've started lisping 2 weeks ago and the first results were so good that I'm always looking for more steps to improve my lisping (Which is still very simple). If your job/degree requires autocad drawing, lisp is for you like hotel california is for the eagles, once you start you will never stop, lisp will daunt you for the rest of your life.

 

Well What I would like to know is why use LISP if you can program in C#

Link to comment
Share on other sites

Well What I would like to know is why use LISP if you can program in C#

 

 

My short answer would be elegancy (if I speak for myself). You can write a lisp program that reads like a book , was about to say a poem but don't think my wife would agree to that ;-). Downside (lisp) is efficiency , upside is time needed to have a working app and learning curve.

 

 

Gr. Rlx

Link to comment
Share on other sites

Hi honestbud,

 

 

You want to know how we use this lisp feature , well then , look no further because unless I'm missing something thats exactly the pupose of this site :-) And if you want to get started learning , check Lee's site but there are many more. Just begin with some simple examples , the world famous "Hello World" and from there work your way up by playing with little changes to existing routines. There is plenty of stuff to be found on this site but you have to do your homework , when you have a question , try the search function from this site first.

 

 

 

gr. Rlx

 

 

 

Thank you for your respond.

 

I want to know the practical usage of LISP, I mean how much a civil engineering or architectural company in western countries uses LISP?

 

Do you have any knowledge and experience about that?

Link to comment
Share on other sites

My example a manual task around 20 minutes, using a lisp less than 1 minute to do same thing. If you do the same thing over and over then lisp can help, personally about 30 years of lisp.

 

Thank you, I already know that. I want to know, companies how and in what extend use it?

Link to comment
Share on other sites

Thank you for your respond.

 

I want to know the practical usage of LISP, I mean how much a civil engineering or architectural company in western countries uses LISP?

 

Do you have any knowledge and experience about that?

 

 

I really cant speak for the rest of this planet and also not for civil engineering or architectural , but in my field , E&I , there a many examples where automatization can boost efficiency dramatically. One of my latest challanges was to generate thousands of loops from a database. Or one-line diagrams from an excel sheet. This only can happen if you have good drawing standards. I suppose civil or architectural has its own challanges , maybe generate a part list from a design.

 

 

Also in the more general area of administration , read cad titles , revisions , batch plotting etc. lisp can really speed up things. But one must first have some programming experience to fully use the power of lisp or any programming language for that matter.

 

 

gr.Rlx

Link to comment
Share on other sites

Well What I would like to know is why use LISP if you can program in C#

 

Lol.. you mean to tell me I can create code in c# and it will work just as lisp does on autocad? Link me a guide please! xD

Link to comment
Share on other sites

I really cant speak for the rest of this planet and also not for civil engineering or architectural , but in my field , E&I , there a many examples where automatization can boost efficiency dramatically. One of my latest challanges was to generate thousands of loops from a database. Or one-line diagrams from an excel sheet. This only can happen if you have good drawing standards. I suppose civil or architectural has its own challanges , maybe generate a part list from a design.

 

 

Also in the more general area of administration , read cad titles , revisions , batch plotting etc. lisp can really speed up things. But one must first have some programming experience to fully use the power of lisp or any programming language for that matter.

 

 

gr.Rlx

 

Thanks for your great help.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...