Package Exports
- closer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (closer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Closer.js
Closer.js is a Clojure parser written in JavaScript, compatible with the Mozilla Parser API. It also provides much of the Clojure core library as JavaScript (thanks mostly to swannodette/mori).
It was created to be used on CodeCombat.com, a site that teaches users how to code by playing a game (there's multiplayer too!). CodeCombat is open-source, backed by YCombinator, participating in Google Summer of Code 2014, and is generally awesome all around. Go check it out!
This project could be useful for a variety of other things like browser-based Clojure code editing, linting, syntax highlighting, or even running sandboxed Clojure code.
Supported Language Features
- Special forms
- def
- if
- do
- let
- fn
- loop / recur
- Persistent data structures (courtesy mori)
- JavaScript interop
- Destructuring forms
defmacro
is not supported.
Documentation & Demo
Up-to-date documentation is available on the project website.
License
Licensed under the MIT License.