An open API service indexing awesome lists of open source software.

https://github.com/settinghead/meteor-clojurescript-compiler

ClojureScript compiler for Meteor
https://github.com/settinghead/meteor-clojurescript-compiler

Last synced: 7 months ago
JSON representation

ClojureScript compiler for Meteor

Awesome Lists containing this project

README

          

Meteor ClojureScript Compiler
==

An (highly experimental) ClojureScript compiler based on [cljs-bootstrap](https://github.com/swannodette/cljs-bootstrap). No JVM is required.

# This is only the compiler part

This is only the compiler part of ClojureScript support. You normally would want to use settinghead:cljs-core package instead (which will automatically include this package as well).

# Project status: highly experimental

I only managed to get `cljs.core` working and haven't tested the ClojureScript integration extensively or in production mode. Pull requests on improvement are welcome.