Fork me on GitHub
#hoplon
<
2016-10-09
>
onetom21:10:07

@micha +1 for releasing boot-hoplon:0.2.5 including https://github.com/hoplon/boot-hoplon/pull/8

mynomoto21:10:17

@onetom I released boot-hoplon:0.2.5 on friday

vigilancetech22:10:03

Is there a way to essentially do this with hoplon? https://www.youtube.com/watch?v=tzfoIBOacv4

flyboarder22:10:56

@vigilancetech: I don't believe so, since hlisp isn't actually clojurescript per say, there is some compilation stuff that takes place

flyboarder22:10:49

You can do a browser repl tho

mynomoto22:10:55

@vigilancetech you actually can if you stay away of .hl files. http://yogthos.net/posts/2016-06-06-WorkingWithHoplon.html for a reference of how to do that.

vigilancetech22:10:01

So, I'm thinking install this gist in build.boot, put (repl-light) in my dev task comp, and then convert the light table connect browser script tag to hlisp and put it in the head section of my .hl file? Then bring up the browser tab in LT to point at localhost:&lt;port&gt; and I should be able to get the repl responses in the .hl file with cmd-enter?

vigilancetech23:10:49

@mynomoto wow, interesting. Thanks.