Wanting to learn LISP
Does anyone have suggestions for reference materials concerning the creation of LISP routines. I am a newbie, and have no clue where to begin, but want to try my hand at writing some code. Any help would be appreciated.
Comments
-
I recommend you start herehttp://www.afralisp.net/
0 -
If you use Firefox you may not see all of the text. Try Afralisp with Internet Explorer if things appear odd.
0 -
Did you download the Bricscad v9 manual? It's a set of manuals, actually, one of which is a Developers Reference, and the first part of that gives the syntax of all lisp functions. And there's an overview of lisp, beginning on page 5.To download it, click on "Bricscad" at the top of the web page, and scroll down to "Documentation."
0 -
This manual is also installed along with Bricscad V9 as a .chm file, you can access it from the Help menu.
0 -
Please note that the developer reference is also available as an online document:http://www.bricsys.com/bricscad/help/en_US/V9/DevRef/
0 -
thank you for the suggestions, I will look into them.
0 -
I learned LISP 2 years ago, starting with these tutorialshttp://www.jefferypsanders.com/autolisptut.htmlAfralisp.net is very helpful as well...Steve
0