gpt4 book ai didi

lisp - 正确使用 destructuring-bind

转载 作者:太空宇宙 更新时间:2023-11-03 18:38:57 27 4
gpt4 key购买 nike

我正在尝试解构绑定(bind),如下所示:

(destructuring-bind
(a b) '(1 2) (list a b)))

当我在 REPL 中评估它时,我得到:

READ from #1=#<INPUT STRING-INPUT-STREAM>: an object cannot start with #\)
[Condition of type SYSTEM::SIMPLE-READER-ERROR]

我期待的结果是

(1 2)

在上面代码的上下文中,这个错误对我来说没有任何意义。

我意识到我只是绑定(bind)了一个简单的参数列表,而不是一棵树,但我仍然希望它能工作。关于我哪里出错的任何线索?

最佳答案

删除末尾多余的 ) 。工作正常。

关于lisp - 正确使用 destructuring-bind,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4296895/

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