Henrik Eneroth
Henrik Eneroth
Sure! ```clojure {:paths ["src" "resources"] :mvn/local-repo ".m2/repository" :deps {;; Core org.clojure/clojure {:mvn/version "1.10.3"} org.clojure/clojurescript {:mvn/version "1.10.893"} org.clojure/core.async {:mvn/version "1.4.627"} org.clojure/core.match {:mvn/version "1.0.0"} org.clojure/tools.namespace {:mvn/version "1.1.0"} ;; App borkdude/sci {:mvn/version "0.2.7"}...
Aha, maybe that's it. I do have… ```clojure {:mvn/repos {"cognitect-dev-tools" {:url "https://dev-tools.cognitect.com/maven/releases/"} "datomic-cloud" {:url "s3://datomic-releases-1fc2183a/maven/releases"}} :aliases {:ion-dev {:deps {com.datomic/ion-dev {:mvn/version "0.9.282"}} :main-opts ["-m" "datomic.ion.dev"]}}} ``` … in `~/.clojure/deps.edn`. AFAIK I'm...
Sorry for the aeonic response time! Thanks for the input! I didn't even considered supporting anything but keywords since that is all I use, but you're very correct in that...
Ah, I have no idea which REPL is included in Shadow-CLJS. It might be an old one, I guess. Edit: it seems that Shadow-CLJS is using [`0.8.3`](https://github.com/thheller/shadow-cljs/blob/bc2808f525a310f10f9b1fbfa2df81475824640e/project.clj#L27).
Shadow-CLJS exposes a normal CLJ socket REPL as well as an NREPL, so I'm not connecting to CLJS. I've never bothered running a socket or NREPL separately, seeing as Shadow...
James Henderson has a solution that [wraps http-kit websocket communication in core.async channels](https://github.com/james-henderson/chord). As far as an API semantics goes, I don't think we're going to get anything better than...
@kanaka That's pretty good news! But I'd be digging a hole for myself if I tried sending [Fressian](https://github.com/Datomic/fressian) over the socket then? (given the state of binary support)
It seems so close to being done as well :) It looks like they have RocksDB itself running fine on M1, and are now just missing the Java bindings. I'll...
Excellent is good, but outstanding is excellent. 👍
> sdk install java 11.0.13.fx-zulu Huh, interesting. I tried it and it just crashed with: ``` .sdkman/candidates/java/11.0.13.fx-zulu/zulu-11.jdk/Contents/Home/bin/java is loading libcrypto in an unsafe way ```