Skip to content

spieden/planck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planck

A command line bootstrapped ClojureScript REPL for OS X based on JavaScriptCore.

Read the blog post.

Download / Running

You can download the binary file used in the demo in the blog post if you'd like to give it a try. Run the planck executeable from within the uncompressed/untarred directory. (The planck executable looks for and needs the planck-cljs-runtime to be in the current working directory).

planck-demo.tar.gz size 1195442 bytes, md5 0935c612c142dbc8a51c018f370f0e54

Building

  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/planck directory, do lein run -m clojure.main script/build.clj
  5. Do a pod install in the top level.
  6. open planck.xcworkspace and adjust the path and run the app

About

OS X JavaScriptCore ClojureScript REPL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 56.5%
  • Clojure 42.6%
  • Ruby 0.9%