Any ideas for Natural Language for autolisp?
|
Had a Google. I think what your getting at is the way the code is layed out, I am guilty of line after line no indentation. But then there is the problem of coders using the tab for indentation and code just disappears off to the right making it almost unreadable. The other one I find annoying sometimes is often in VL code 1 line per property then your trying to workout where a vl sub command ends the last line being )))))))
I like 2 spaces for indentation.
If this is not what you meant just ignore
PS in development since 1980.
I have written Visual LISP without the Russian. So
(vlax-put objItem "color" 1)
becomes
(colorput objItem 1)
But the objItem could be handle, objectid, entitylist, ename, entityselection, vla-object
I have lisp rewrite itself.
It also has built in error trapping so if an argument causes and error it just returns nil instead of crashing the program.
It is like on error resume next or try catch in vb.net
Peter
AutomateCAD
how do i dissect a sentence into useable parts for a query?
i have some hacked thesural files(attached) i am using for queary expansion
i wish i knew more about grammer, all i can think to do is classify each word as a adj adv verb or noun. how do i declair things like direct object? how to use conjunctions etc