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
- Host: GitHub
- URL: https://github.com/settinghead/meteor-clojurescript-compiler
- Owner: settinghead
- Created: 2015-11-03T02:03:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T02:16:20.000Z (over 10 years ago)
- Last Synced: 2025-01-14T19:12:27.624Z (over 1 year ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.