gpt4 book ai didi

clojure - 如何检查符号在当前命名空间中是否可解析?

转载 作者:行者123 更新时间:2023-12-02 10:12:39 24 4
gpt4 key购买 nike

我想检查符号在当前命名空间中是否可解析。执行此操作的规范方法是什么?

最佳答案

再次筛选 API 文档后,我偶然发现了可能合适的函数:

; Returns the var or Class to which the symbol
; will be resolved in the current namespace, else nil.
(resolve 'foo)

; see also:
(ns-resolve *a-namespace* 'foo)

关于clojure - 如何检查符号在当前命名空间中是否可解析?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1412551/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com