PDA

View Full Version : Lisp for Autocad for MAC



randamille
2012-07-03, 06:49 PM
Anyone using Autocad for MAC with LISP routines? Anyone able to write lisp routines in MAC? When I attempt to use the defun command in the command line I get no further but get an error. I am fairly new to lisp but would like to learn, is there a better language to write macros etc? Any help or guidance would be appreciated.

rkmcswain
2012-07-03, 07:58 PM
Anyone using Autocad for MAC with LISP routines? Anyone able to write lisp routines in MAC? When I attempt to use the defun command in the command line I get no further but get an error. I am fairly new to lisp but would like to learn, is there a better language to write macros etc? Any help or guidance would be appreciated.


When I attempt to use the defun command in the command line

How exactly are you doing this? Are you typing in a lisp statement like this? (defun c:e () (command "._erase"))