Skip to content

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

Notifications You must be signed in to change notification settings

tbatchelli/cljs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages