This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-25
Channels
- # announcements (4)
- # babashka (3)
- # beginners (79)
- # biff (4)
- # calva (17)
- # cider (18)
- # clj-kondo (21)
- # cljdoc (45)
- # cljs-dev (14)
- # cljsrn (9)
- # clojure (90)
- # clojure-europe (86)
- # clojure-italy (3)
- # clojure-nl (3)
- # clojure-portugal (1)
- # clojure-uk (9)
- # clojurescript (20)
- # code-reviews (23)
- # conjure (14)
- # cursive (12)
- # datascript (12)
- # emacs (5)
- # events (2)
- # fulcro (13)
- # gratitude (1)
- # holy-lambda (9)
- # lambdaisland (2)
- # malli (6)
- # nbb (1)
- # nextjournal (2)
- # nrepl (30)
- # off-topic (63)
- # pathom (1)
- # portal (24)
- # reagent (5)
- # reitit (13)
- # releases (2)
- # remote-jobs (1)
- # sci (90)
- # shadow-cljs (49)
- # spacemacs (5)
- # sql (13)
- # testing (20)
- # tools-build (17)
- # xtdb (27)
hi all, I'm a beginner playing with Krell. I got the Github Reagent intro tutorial compiled with the demo app running in my iOS simulator. Has anyone here gotten nrepl working with Conjure inside of vim while working with Krell? I'm new to the clj/cljs repl workflow so forgive me if this is something basic, I'm just trying to connect to the Krell port 5001 from vim conjure via the .nrepl-port file. The log shows it connects then quickly disconnects. Even just trying to eval (+ 2 2) in the core.cljs file, I'm not seeing a result print to the log maybe today is the day I finally learn emacs 😂
And then there is https://countvajhula.com/2021/09/25/the-animated-guide-to-symex/, which is like a vim mode with lisp as a first-class citizen.
@U013TCGL92T cool! Just installed doom. Do you have a config file or packages list by chance that you could share via a Github Gist?
@U03CV72KUSV sure, just be forewarned, it's an unorganized mess at the moment.
https://gist.github.com/SignSpice/3b51cf8972638c9feecfdaedc6d794d9 https://gist.github.com/SignSpice/84127ce981e0f5c6951a846c56f72349
A good portion of my config.el is a modified version of Carlo's: https://clojurians.slack.com/files/UA7E6DU04/F03BKT8RJQY/config.el.txt
I'm a bit late to the game, but I have neovim working with Conjure and Krell. The various struggles, but also the eventual working version have been discussed on clojureverse: https://clojureverse.org/t/stuck-with-connecting-to-the-repl-of-krell-react-native-nvim-conjure/8714/10