This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-23
Channels
- # announcements (3)
- # aws (2)
- # babashka (31)
- # beginners (14)
- # calva (14)
- # cider (4)
- # clj-kondo (1)
- # clojure (24)
- # clojure-europe (18)
- # clojure-gamedev (4)
- # clojure-nl (3)
- # clojure-norway (23)
- # clojurescript (24)
- # core-typed (23)
- # data-science (9)
- # datomic (1)
- # emacs (15)
- # events (4)
- # gratitude (3)
- # introduce-yourself (1)
- # leiningen (9)
- # lsp (65)
- # membrane (39)
- # music (1)
- # nbb (1)
- # obb (8)
- # reitit (17)
- # releases (1)
- # tree-sitter (2)
- # vim (28)
- # xtdb (3)
I'm looking into making an nREPL for obb now but I'm blocked on this. I don't know JXA well enough to figure this out https://github.com/babashka/obb/issues/22#issuecomment-1288071589 Any insights here would help
I don’t know offhand. I suspect the best thing to do would be to use the Objective-C bridge.
This is where I'll probably need your help. Once I have something socket-y going, like in nbb with node, I can do the rest of the plumbing
I barely understand the Objective-C bridge myself, but happy to try to unblock you when I have time.
I don't know if this could be of any help, but there are information and links on NWFramework and CFNetwork, which appear to be the options in ObjC https://rderik.com/blog/building-a-server-client-aplication-using-apple-s-network-framework/