(mapcar #'func list?
Does mapcar for icad accept user defined function arguments, and if so, what is the syntax that will work? Common Lisp's (mapcar #'function_name list) doesn't work. Mapcar w/ built-in fuctions is ok but limited. Thanks.P.S. in noticing the wish list postings, i thought i would wish fora stripped-down version of a 3D cad engine w/ good documentation based on COMMON LISP as standardized.
0
Comments
-
I'm using (mapcar 'myfunc list) without any problems.I believe Common Lisp and Autolisp took separate paths sometime in the 80's. For reasons of compatibility with Autocad, It wouldn't be a good idea to base the Intellicad Lisp engine on Common Lisp.
0
This discussion has been closed.