Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Command Lists/Tutorials

3 REPLIES 3
Reply
Message 1 of 4
chuckbclark
163 Views, 3 Replies

Command Lists/Tutorials

Does anyone know where I can get hold of a list of commands (and preferably with explanations) for .lsp and .dcl, and possibly others that possibly may help. I am trying to learn as much as I can here on my own, and I consider myself a beginner to the LISP world (still...) and very, very new to the DCL world (as of 3 days). I find it all very interesting and am interested in learning more, so any suggestions on any really good tutorials would be much appreciated as well...

Thanks in advance,
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: chuckbclark

for .lsp:
http://www.afralisp.net/lispa/lisp11.htm
for .dcl:
http://www.jefferypsanders.com/autolisp_DCL.html

Paul

wrote in message news:5683634@discussion.autodesk.com...
Does anyone know where I can get hold of a list of commands (and preferably
with explanations) for .lsp and .dcl, and possibly others that possibly may
help. I am trying to learn as much as I can here on my own, and I consider
myself a beginner to the LISP world (still...) and very, very new to the DCL
world (as of 3 days). I find it all very interesting and am interested in
learning more, so any suggestions on any really good tutorials would be much
appreciated as well...

Thanks in advance,
Message 3 of 4
Anonymous
in reply to: chuckbclark

There's a complete reference in Help.

For examples and tutorials, afralisp is good
Message 4 of 4
Anonymous
in reply to: chuckbclark

While Jeff's dcl tutorial is good it does have some things that I wouldn't agree with like:
(action_tile "cancel" "(setq ddiag 1)(done_dialog)")
should be
(action_tile "cancel" "(done_dialog 0)")
and
(start_dialog)
should be
(setq ddiag (start_dialog))

This is a good resource:
http://web2.airmail.net/terrycad/index.htm

and the attached...

Regards
Phil

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost