Fork me on GitHub
#joker
<
2019-09-11
>
hairfire16:09:51

I'm using joker on Windows 7. At the joker command prompt I execute "(joker.os/exec "Clojure.Main.exe" {})" which immediately returns "{:success true, :exit 0, :out "Clojure 1.9.0\r\nuser=> \r\n", :err ""}". I expected Clojure.Main.exe to be executed and remain at it's REPL prompt until I exited it. Any thoughts?

jcburley16:09:03

Spawning processes and waiting for them to exit, "Unix-style", seems to be a widespread problem on Windows, at least IME. E.g. when I'm in the Git Bash environment and type the emacs command, it comes back right away as Emacs starts up, just as if I'd done emacs & in Unix. I'm not sure what the solution is and whether it can be implemented in Joker.

hairfire16:09:44

Thanks! I hate Windows!

😂 4
hairfire19:09:44

Anyone know how to exit ClojureCLR's Clojure.Main.exe? Looking at the source code, I tried entering ":repl/quit" followed by Enter, and it didn't exit.

jcburley19:09:25

Dunno, but there might be a CLR forum here you can ask?

hairfire19:09:19

Ooops! I was in the wrong forum :face_with_rolling_eyes:

🙂 4