Writing in Meteor using ClojureScript
Asked Answered
C

2

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

Colorless answered 5/5, 2013 at 14:2 Comment(0)
K
2

ClojureScript compiles to Javascript so you can use it with Meteor. This blog post explains the necessary steps to use ClojureScript with Meteor:

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

This blog is the only resource that I found that is specific to your question, but there are more resources on how to use ClojureScript on Node.js. For example, this talk shows how to create a ClojureScript application running on Node.js and the ClojureScript wiki explains how to run ClojureScript on Node.js.

Kroo answered 6/5, 2013 at 18:56 Comment(1)
That link is a 404 now.Conversazione
C
1

https://github.com/samvit/meteor-clojurescript looks like something to look into.

wisp is not ClojureScript but it can be easily installed through mrt add wisp. Could also be a good starting point to make a ClojureScript package in Atmosphere.

Conversazione answered 17/1, 2014 at 0:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.