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.
大多数情况下,标题说明了一切,但我在图书馆的文档中找不到任何答案。
具体来说,我可以使用 Clojurescript 中的所述库吗?
干杯
简短的回答:是的,你可以。
您应该使用externs来描述您想要使用的函数,然后在您的 clojurescript 代码中使用 (:import ..) 让编译器知道您指的是一个 javascript 库。
您不需要为 Google API 客户端做任何特别的事情,同样的原则适用于使用任何 javascript 库(另请参阅)。