明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 939|回复: 2

[已解答] vl-sort执行顺序,请各位老师说说,谢谢

[复制链接]
发表于 2015-5-31 00:36:01 | 显示全部楼层 |阅读模式
本帖最后由 重慶崽兒 于 2015-5-31 00:42 编辑

(vl-sort '((1 3) (2 2) (3 1)) (function (lambda (e1 e2) (< (cadr e1) (cadr e2)))))
如上,这句话的执行顺序是怎么样的啊?
第一次比较(1 3)和(2 2)第二次是哪两个比较啊
额,还有就是其中funtion的作用,好像不用function也是可以的吧
发表于 2015-5-31 08:46:49 | 显示全部楼层
可以在visual lisp editor里跟踪一下。
帮助文件内解释:Tells the Visual LISP compiler to link and optimize an argument as if it were a built-in function

(function symbol | lambda-expr)
The function function is identical to the quote function, except it tells the Visual LISP compiler to link and optimize the argument as if it were a built-in function or defun.

Compiled lambda expressions that are quoted by function will contain debugging information when loaded into the Visual LISP IDE
 楼主| 发表于 2015-5-31 20:08:12 | 显示全部楼层
dbqtju 发表于 2015-5-31 08:46
可以在visual lisp editor里跟踪一下。
帮助文件内解释:Tells the Visual LISP compiler to link and opt ...

3Q  谢谢
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-17 00:54 , Processed in 0.177804 second(s), 29 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表