Skip to content

kibu-australia/planck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planck

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

Downloading

Head over to planck.fikesfarm.com.

Building

Release Build

  1. ./build.sh
  2. Resulting binary is in build/Release/planck

Development

  1. In the plank-cljs directory, do script/build
  2. open planck.xcodeproj

Bundling

For development, things are setup so that the on-disk ClojureScript compiler output is used (the -o or --out parameter). To instead have the output bundled into the binary, run script/bundle and then run Planck without the --out option.

License

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

Packages

No packages published

Languages

  • Objective-C 99.9%
  • Other 0.1%