obb

borkdude 2022-10-23T09:57:45.868679Z

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

zane 2022-10-24T18:38:36.588679Z

I don’t know offhand. I suspect the best thing to do would be to use the Objective-C bridge.

borkdude 2022-10-24T18:39:29.203789Z

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

πŸ‘ 1
borkdude 2022-10-24T18:39:50.570719Z

but I understand you're busy, no hurry from my side

πŸ‘πŸ» 1
zane 2022-10-24T18:40:20.090539Z

I barely understand the Objective-C bridge myself, but happy to try to unblock you when I have time.

zane 2022-10-24T18:40:23.453999Z

πŸ˜„

Bruno Conte 2022-10-25T00:13:38.631809Z

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/

borkdude 2022-10-25T10:00:36.167909Z

Thanks, I added that link to the issue

πŸ‘ 1