A ClojureScript-based processor and viewer for directories of pictures/photos.
Go to file
John Bintz 2d36543ce5 forgot dev-src stuff 2016-01-07 09:49:10 -05:00
dev-src/picture_processor forgot dev-src stuff 2016-01-07 09:49:10 -05:00
doc initial commit 2016-01-06 18:31:18 -05:00
src/picture_processor initial commit 2016-01-06 18:31:18 -05:00
test/picture_processor initial commit 2016-01-06 18:31:18 -05:00
.gitignore initial commit 2016-01-06 18:31:18 -05:00
LICENSE initial commit 2016-01-06 18:31:18 -05:00
README.md launching nodejs repl update 2016-01-06 19:01:23 -05:00
project.clj launching nodejs repl update 2016-01-06 19:01:23 -05:00

README.md

picture-processor

A Clojure library designed to ... well, that part is up to you.

REPL

serverside with vim-fireplace and Piggieback

  • lein repl
  • In the repl, (start) to launch a cljs repl.
  • In vim, :Connect, then :Piggieback (weasel.repl.websocket/repl-env :port 45192)
  • In the cljs repl, (require 'picture-processor.repl)
  • ...and then (picture-processor.repl/start 45192)
  • Evaluate away!

License

Copyright © 2016 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.