We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我觉得操作-类型表主要是要实现一套通用的接口,求导通用的操作有'deriv和'make两个(因为product需求make-sum),所以只需要两条put,那些addend make-sum都是不必要的,只要放在package的闭包中就行了。
底下的(define (addend ...))更是没有必要,deriv函数根本没有调用这些函数,如果必须定义这些特化的接口,就和通用接口的理念背道而驰了。
我的代码 http://codepad.org/LWlwlN1D
The text was updated successfully, but these errors were encountered:
po主太忙的话迟一点我整理一下发个pr
Sorry, something went wrong.
CicholGricenchos,感谢你的反馈。
但是我目前还在进行其他项目,所以暂时无法处理这个 issue ,抱歉。
你也可以先把 pr 发上来,等将来我有时间的时候再进行检查和合并,但可能需要一段时间,谢谢你的理解。
No branches or pull requests
我觉得操作-类型表主要是要实现一套通用的接口,求导通用的操作有'deriv和'make两个(因为product需求make-sum),所以只需要两条put,那些addend make-sum都是不必要的,只要放在package的闭包中就行了。
底下的(define (addend ...))更是没有必要,deriv函数根本没有调用这些函数,如果必须定义这些特化的接口,就和通用接口的理念背道而驰了。
我的代码 http://codepad.org/LWlwlN1D
The text was updated successfully, but these errors were encountered: