Re: Developing Closure in 2019 on Windows 10 or using Windows -WSL/Linux.

2019-03-16 Thread Eric Calonico
Thanks for all your input Yesterday I got almost everything working... Today, lein is not able to create a new project, some symbol problem. However still runs well (+ 1 2). Besides that, I cannot make changes on Intellig / Cursive project...at least is what I think it is, Intellij cannot

RE: Developing Closure in 2019 on Windows 10 or using Windows -WSL/Linux.

2019-03-16 Thread Sean Corfield
I’ve been working with WSL (and Ubuntu) so that I can run all our backend stuff – and `clj`/`deps.edn` -- but the problem is that if your editor is on Windows and your nREPL or Socket REPL is on Linux, they will disagree on file paths. As far as I know Chlorine (for Atom) is the only Clojure

Re: Developing Closure in 2019 on Windows 10 or using Windows - WSL/Linux.

2019-03-16 Thread Matching Socks
By the way -- To be sure it's working, I like to do stuff like this. You can really have heaps of fun using Java interop for side effects: user> (import 'javax.swing.JOptionPane) user> (JOptionPane/showMessageDialog nil "42 pounds of edible fungus" "Shopping Cart"

Re: Developing Closure in 2019 on Windows 10 or using Windows - WSL/Linux.

2019-03-16 Thread Matching Socks
Overall, WSL might not help much here. Last I heard, WSL did not include an X Window server to accommodate any GUI. Therefore, I suppose Intellij IDEA would be most useful as a native Windows app. In addition, Java and Leiningen work natively in Windows. I am glad you got Leiningen in gear,

Re: Developing Closure in 2019 on Windows 10 or using Windows - WSL/Linux.

2019-03-16 Thread Andy Fingerhut
Sorry, I do not know the answer to your questions. There are multiple relevant channels on the Clojurians Slack [1] and Zulipchat [2] servers where you may get quicker feedback. On Slack, for example, there is a #clj-on-windows channel, #beginners, and #cursive [1] https://clojurians.slack.com