This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-09
Channels
- # aleph (9)
- # bangalore-clj (1)
- # beginners (3)
- # boot (58)
- # cider (19)
- # cljs-dev (5)
- # cljsrn (31)
- # clojure (35)
- # clojure-greece (1)
- # clojure-poland (4)
- # clojure-russia (1)
- # clojure-spec (65)
- # clojure-uk (1)
- # clojurescript (41)
- # data-science (2)
- # datascript (6)
- # devcards (3)
- # emacs (2)
- # hoplon (10)
- # liberator (3)
- # numerical-computing (1)
- # off-topic (1)
- # om (18)
- # onyx (17)
- # parinfer (1)
- # planck (1)
- # re-frame (13)
- # specter (7)
- # uncomplicate (1)
- # untangled (4)
- # vim (1)
- # yada (2)
@micha +1 for releasing boot-hoplon:0.2.5
including
https://github.com/hoplon/boot-hoplon/pull/8
Is there a way to essentially do this with hoplon? https://www.youtube.com/watch?v=tzfoIBOacv4
and then do this: https://www.youtube.com/watch?v=lX6isnBn6mY&feature=youtu.be
@vigilancetech: I don't believe so, since hlisp isn't actually clojurescript per say, there is some compilation stuff that takes place
You can do a browser repl tho
@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.
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:<port> and I should be able to get the repl responses in the .hl file with cmd-enter?
@mynomoto wow, interesting. Thanks.