-
Notifications
You must be signed in to change notification settings - Fork 0
tbatchelli/cljs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# cljs
A library to run and test both javascript and coffeescript on the server side.
## Usage
(use 'cljs.shell)
(with-new-scope
(load-library "jquery")
;; load apache.org and collect the text of all the links in that page
(js "window.location='http://apache.org'; $('a').text();"))
## License
Copyright (C) 2010 Antoni Batchelli
Distributed under the Eclipse Public License, the same as Clojure.
About
A lean wrapper for rhino that allows to run javascript, coffeescript, and any code that would otherwise run in the broswer via env-js. JQuery, underscore.js etc... it's all fair game here
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published