Skip to content

ohpauleez/cljs-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cljs-android

This is the necessary tooling to run ClojureScript as an SL4A application on Android devices

Longer term goals include:

  • Better wrapping of the Android RPC layer
  • Fully implemented in ClojureScript

Usage

Compile with script/compile and place the resulting script in SL4A's scripts directory

Example

(defn ^:export greet[]
  (let [droid (Android.)]
    (.makeToast droid "Hello World")))
(greet)   

License

Copyright (C) 2011 Paul deGrandis

Distributed under the Eclipse Public License, the same as Clojure. (Which is compatible with Apache 2)

About

ClojureScript on Android via SL4A

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published