Fork me on GitHub
#hoplon
<
2018-07-07
>
vigilancetech02:07:16

@flyboarder is it really that different than building any web app? I know you have access to the filesystem and some other stuff. What it does seem to do pretty differently is how you get a repl

vigilancetech02:07:53

I would be interested in seeing how you set up boot to (re)load the code into electron

flyboarder23:07:05

@vigilancetech there are many things to consider, but regarding the repl I think shadow-cljs has a bit more potential there or maybe planck

flyboarder23:07:28

boot isnt needed for hoplon

flyboarder23:07:39

just a cljs compiler

flyboarder23:07:23

so in theory you could wire a pretty cool workflow together in boot to setup these things within your project using shadow-cljs or the like

flyboarder23:07:47

thats basically how boot-nodejs works