hey, I'm trying to make nbb+jxa work together to use it as obb with repl. I couldn't make it work. Is it possible to use it or obb has advantage over nbb+jxa? (I'm new to clojure in general). Thanks in advance
(ns example (:require ["@jxa/global-type" :as x :refer [Application]]))
(Application "System Events") => ; Could not resolve symbol: Application@szalaipeti.vagyok Can you tell me what nbb+jxa is?
jxa is this npm package: https://github.com/JXA-userland/JXA
It might be a Node.js package that just shells out to osascript and forwards stuff. It feels a little bit hacky to me. We should just provide an nREPL etc. server for obb to be honest.
It's high time that we started work on this :) Let me bump it in my priority list. @zane Any thoughs?
That sounds good to me! I’m extremely busy with my day job at the moment, but I expect that to lighten up in mid-November. That said, if you want to get started on this without me then please feel free!
I see
is the nREPL a possibility for the near future? it would be amazing !