7

Is there currently a solution for integrating ClojureScript with Meteor?

I want to build a Meteor application and between the flavors of JavaScript (JavaScript, CoffeeScript, TypeScript, LiveScript and ClojureScript) I find ClojureScript the nicest. I have found atmosphere/meteorite packages for the other JavaScript substitues but no ClojureScript.

Thanks

4

2 回答 2

2

ClojureScript 编译为 Javascript,因此您可以将它与 Meteor 一起使用。这篇博文解释了将 ClojureScript 与 Meteor 一起使用的必要步骤:

http://undefined.re/tag-article/6

这个博客是我发现的唯一针对您的问题的资源,但是还有更多关于如何在 Node.js 上使用 ClojureScript 的资源。例如,本演讲展示了如何创建在 Node.js 上运行的 ClojureScript 应用程序,ClojureScript wiki解释了如何在 Node.js 上运行 ClojureScript。

于 2013-05-06T18:56:33.047 回答
1

https://github.com/samvit/meteor-clojurescript看起来像是要研究的东西。

wisp不是 ClojureScript,但可以通过mrt add wisp. 也可能是在 Atmosphere 中制作 ClojureScript 包的一个很好的起点。

于 2014-01-17T00:50:33.807 回答