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.
Python インタープリターでは、入力help("name")するだけでドキュメントにアクセスできます。name.
help("name")
name.
前もって感謝します。
これらを試してください:
(documentation #'cons 'function) (documentation 'most-positive-fixnum 'variable) (describe #'cons)
slime-describe-symbolSlime には、物事を見るためのショートカットもたくさんありslime-inspectますslime-documentation-lookup。
slime-describe-symbol
slime-inspect
slime-documentation-lookup