Fork me on GitHub
#chlorine-clover
<
2020-08-22
>
seancorfield05:08:12

(cross-posting from #rebl for those who care): In case anyone is on Windows, using WSL 1 (like me!), if you want to run REBL on WSL, you can install https://sourceforge.net/projects/vcxsrv/ and set `export DISPLAY=127.0.0.1:0` (on WSL 2, the host has a different IP to localhost), and then `clj -A:rebl:test:socket` (using my `dot-clojure` repo) will start up REBL in the current directory with test dependencies and a Socket REPL on port 50505, so you can connect Atom/Chlorine to it (which knows how to map Windows filesystem paths to WSL `/mnt/<drive>` paths). (edited)  Just tested this on my old Dell XPS 12, with the very latest Cognitect dev-tools (`com.cognitect/rebl {:mvn/version "0.9.241"}`) -- very happy to be able to use this setup

seancorfield05:08:32

(this means I no longer have to worry about Powershell!)