/replete

ClojureScript REPL iOS app

Primary LanguageSwiftEclipse Public License 1.0EPL-1.0

Replete

ClojureScript REPL iOS app.

Available on the App Store.

Announcement post

Earlier post: Replete: A Standalone iOS CLJS REPL.

Interested in Android instead? See Replicator.

Running

  1. Clone and build ClojureScript master (script/build).
  2. Clone David Nolen's fork of tools.reader, switch to the cljs-bootstrap branch and do lein install.
  3. Set the project.clj file so that it matches the ClojureScript master build number.
  4. In the ClojureScript/replete directory, do lein run -m clojure.main script/build.clj
  5. Do a pod install in the top level.
  6. open Replete.xcworkspace and run the app on a device or in the simulator.

Contributing

Happy to take PRs!

License

Distributed under the Eclipse Public License, which is also used by ClojureScript.