protorepl

2016-08-15T14:28:42.000161Z

Should try to get file loading in the self-hosted REPL working, and then get it split out into an easily includable library. I wrote a simple Atom plugin using the self-hosted REPL over the weekend and it was awesome.

2016-08-15T14:29:33.000162Z

I also pointed out that it works pretty well to the proton people, since they use clojurescript files for configuring their "layers" but it requires recompiling right now for users to create their own layers at configuration time.

2016-08-15T14:29:41.000163Z

they definitely seem interested!

jasongilman 2016-08-15T16:50:55.000164Z

@jgrimes: that's an interesting idea. I'm glad to hear it's been useful. File loading support would be great. There's a bunch of other stuff with it that could use some love. It's an ideal place for someone to jump in a contribute. Most of the fixes shouldn't be too difficult.

2016-08-15T17:05:57.000165Z

@jasongilman: if there is a list of stuff I will take a look at it. Or I can go through the issues and see if I see anything? When using it this weekend, the biggest things were loading files and changing namespaces, and having more hooks into it from the editor side of things (that isn't as straightforward). I am currently jazzed by the idea of working on some improvements to it so let me know of any big things to fix.

jasongilman 2016-08-15T22:07:34.000166Z

@jgrimes: I'll look for list later today.

richiardiandrea 2016-08-15T22:14:58.000167Z

@jgrimes: file loading should be straightforward if you guys are using replumb, feel free to ping me in case you get stuck

2016-08-15T22:24:52.000168Z

cool thanks!