klipse

martinklepsch 2017-07-11T11:53:57.593416Z

@viebel hey, are you around for a quick question? 🙂 I’m looking for a guide or so to setup a code playground with Klipse, is there anything like that?

Yehonathan Sharvit 2017-07-11T11:54:34.605844Z

@martinklepsch what do you mean exactly by a code playground?

martinklepsch 2017-07-11T11:55:40.628251Z

@viebel well, I guess basically how to re-create http://app.klipse.tech/, customize the number of included dependencies etc

Yehonathan Sharvit 2017-07-11T11:56:40.648515Z

@martinklepsch you can start from here: https://github.com/viebel/klipse/blob/master/contributing.md

martinklepsch 2017-07-11T12:53:08.978094Z

@viebel thanks! What I’ve primarily been wondering is if it is possible to remove support for e.g. ruby/php and so on in order to reduce the amount if js that has to be loaded

Yehonathan Sharvit 2017-07-11T13:06:57.376493Z

the ruby/php/python/brainfuck etc… is not part of app.klipse.tech

Yehonathan Sharvit 2017-07-11T13:07:26.390981Z

and even in the klipse plugin, it is provided as modules so it doesn’t realyy increase the js footprint in case you need only clojure

Yehonathan Sharvit 2017-07-11T13:07:28.392103Z

@martinklepsch

martinklepsch 2017-07-11T13:08:12.413537Z

I see

martinklepsch 2017-07-11T13:08:15.414763Z

thanks :))

martinklepsch 2017-07-11T14:47:35.045028Z

Can you change the way the output/return value of an editor panel is rendered? e.g. move it somewhere else?