I just installed clj
on Windows and it was a straightforward experience! I haven't done much with it except start a REPL, great work 👍
I'm used to running the REPL with leiningen, so I exit with (exit)
or ctrl+D, but it seems like I can only exit with ctrl+Z, on Linux that backgrounds the current process, but I'm not very well versed in PowerShell, am I doing things right?
I think it's possibly ctrl+C on windows?
Ah! Yes, thank you! That just worked 🙂
I mostly use WSL on Windows.
Yeah, I was a bit surprised that ctrl-d didn't work, but I remembered that ctrl-z is eof on Windows (because, why not?). Ctrl-c will kill the process, so that works too.