planck

Planck ClojureScript REPL
pesterhazy 2016-09-19T14:36:49.000147Z

it'd be neat to be able to run planck with a fetch polyfill included to try things out easily

pesterhazy 2016-09-19T14:37:03.000148Z

in general, being able to include js libraries would be cool

pesterhazy 2016-09-19T14:37:22.000149Z

e.g. for fetch, https://github.com/github/fetch

pesterhazy 2016-09-19T14:37:35.000151Z

what would the best approach be? package the polyfill as a cljsjs dep?

pesterhazy 2016-09-19T14:37:47.000152Z

@anmonteiro ^^

anmonteiro 2016-09-19T14:37:56.000153Z

👍

anmonteiro 2016-09-19T14:38:23.000154Z

@pesterhazy probably yes. see the bottom of: http://planck-repl.org/dependencies.html

pesterhazy 2016-09-19T14:44:28.000155Z

ok: https://github.com/cljsjs/packages/issues/747