19cruthik68 Posted January 10, 2012 Posted January 10, 2012 Since this morning i am trying to learn what are LISP means, but I can't find better explanation. Please can anyone tell me about this? Writing it in notepad is the first way to do that, but how will you know the words/commands (whatever you call it) that you need to input. Do we have to make another tutorial lesson for that thing? how and where?. Thanks so much for the info in advance. Quote
ReMark Posted January 10, 2012 Posted January 10, 2012 LISP is a programming language. Tutorials about writing lisp routines are available in a number of locations. Check out this thread. It contains links you might find useful. http://www.cadtutor.net/forum/showthread.php?30833-Are-there-step-by-step-tutorial-on-AutoLISP&highlight=lisp+tutorial Quote
Tharwat Posted January 10, 2012 Posted January 10, 2012 As long as you are using Autocad 2010 which the Help document is still attached with that last version , just type vlide to fire up the Visual Lisp editor and from that pavement it would be a very good start for beginners and advanced Lispers . Good luck . Quote
Tiger Posted January 10, 2012 Posted January 10, 2012 I started with this website: http://www.afralisp.net/index.php - I could follow the basics very well in those instructions. Quote
rkmcswain Posted January 10, 2012 Posted January 10, 2012 I started with this website: http://www.afralisp.net/index.php - I could follow the basics very well in those instructions. I second that suggestion ^^^^ Quote
irneb Posted January 10, 2012 Posted January 10, 2012 ... Writing it in notepad is the first way to do that, but how will you know the words/commands (whatever you call it) that you need to input. ... ... just type vlide to fire up the Visual Lisp editor ...Here's the biggest tip: In VLIDE you can much more easily see the correct names of all the keywords as they get highlighted. Also there's stuff like apropos where you can search for keywords. And if you place the cursor on top of a keyword in the lisp file you can press Ctrl+F1 to have the help open on that keyword. If you use something further like NotePad+ then you'd need to customize it to be able to highlight keywords and / or add auto-completing. Unfortunately help would not be available as it is in VLIDE, neither would debug break-points & watches. And of course Lee's Tutorials has some very good tips: http://lee-mac.com/tutorials.html Quote
Lee Mac Posted January 10, 2012 Posted January 10, 2012 And of course Lee's Tutorials has some very good tips: http://lee-mac.com/tutorials.html Thanks Irne Quote
fixo Posted January 10, 2012 Posted January 10, 2012 I started with this website: http://www.afralisp.net/index.php - I could follow the basics very well in those instructions. Me too in 2003, FYI Awesome place! Thank to Kenny Ramage Another one that would be useful for beginners: http://ronleigh.com/autolisp/ Quote
ReMark Posted January 10, 2012 Posted January 10, 2012 Don't forget CADTutor's own AutoLisp Quick Start. http://www.cadtutor.net/tutorials/autolisp/quick-start.php Quote
19cruthik68 Posted January 11, 2012 Author Posted January 11, 2012 Thanks guys for the information! will to start reading about it. thanks Quote
Recommended Posts
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.