This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-19
Channels
- # 100-days-of-code (12)
- # beginners (116)
- # calva (2)
- # cider (16)
- # cljdoc (5)
- # cljs-dev (26)
- # clojure (161)
- # clojure-italy (7)
- # clojure-nl (9)
- # clojure-spec (49)
- # clojure-uk (112)
- # clojurescript (50)
- # clojutre (4)
- # core-async (2)
- # cursive (4)
- # datomic (192)
- # emacs (10)
- # events (4)
- # figwheel-main (147)
- # fulcro (94)
- # graphql (5)
- # instaparse (1)
- # jobs-rus (1)
- # keechma (10)
- # leiningen (223)
- # luminus (3)
- # mount (23)
- # nrepl (8)
- # off-topic (44)
- # onyx (10)
- # pedestal (5)
- # re-frame (19)
- # reitit (8)
- # shadow-cljs (62)
- # uncomplicate (3)
@shawx538 I’m wondering the same thing. I considered giving up on the nrepl middleware and just having the users start a sub-repl (one that has a custom :caught
handler) when the client REPL connects, but unfortunately this ticket https://dev.clojure.org/jira/browse/CLJ-2040 indicates it’s not going to work
@shawx538 When I get a chance, I’m going to take a crack at processing the ex-info
responses as @bozhidar suggested. I’ll let you know if I make progress.
likewise. May I ask what you are hoping to do with them? personally, I and a team of others have been developing a translator, so that they can be understandable by beginners to programming altogether. @bbrinck
@shawx538 I’ve been checking in on your babel work - it’s exciting stuff 🙂. My goal is a little different - I’d like users to be able to configure their REPL experience and then share their configs. This means that I could configure a REPL designed for beginners on my team (hopefully using babel!) but perhaps swap out different tools as the users learn more
Basically, an extension of the proof-of-concept here: https://gist.github.com/bhb/2686b023d074ac052dbc21f12f324f18 but I’d like to make it work with nrepl clients