8000 GitHub - crisptrutski/planck: ClojureScript REPL for OS X
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

crisptrutski/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.

Home page: planck.fikesfarm.com

Installing

brew install planck

Binaries for manual download are available.

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.

About

ClojureScript REPL for OS X

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 47.9%
  • C 36.3%
  • Clojure 13.7%
  • Shell 1.9%
  • Makefile 0.2%
0