Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
理想的には LISP で:
caddr[(A B C)] = car[cdr[cdr[(A B C)]]] = car[cdr[(B C)]] = car[C] = Undefined.
しかし、本は答えがC. 誰でも説明できますか?
C
どうもありがとう。
あなたの間違いは、 cdr[(BC)] がアトム C ではなくリスト (C) であることです。
この場合、car[(C)] は C です。
(cdr '(bc)) はアトム c ではなくリスト (c) であるため、式は (car '(c)) not (car c) になります。
? (cdr '(b c)) (C) ? (car '(c)) C
I'm learning backbone.js and have a problem following Reference php × 1429865 c/c++ × 756500 nginx × 49975 mongodb × 159057 mybatis × 3233 anaconda × 13410 pycharm × 14671 python × 1902243 vscode × 56040 docker × 110988 github × 49000 flask × 49129 ffmpeg × 24037 jmeter × 16910 matplotlib × 63493 bootstrap × 54641