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.
次の接頭辞を見ました::が、それは何を表しているのですか? A:abcはキーワードですが、何::abcですか?
::
:abc
::abc
ありがとう、ムルタザ
現在の名前空間がmy.app. 次に、名前空間部分がで名前がであるキーワードで::xある の読者省略形です。:my.app/xmy.appx
my.app
::x
:my.app/x
x
他の言語では、これがデフォルトの名前空間です。しかし、これが Clojure にも存在するかどうかはわかりません。このコメントを参照すると、正しいようです。