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

2019-03-16 Thread Eric Calonico
uot;If you're not annoying somebody, you're not really alive." > -- Margaret Atwood > > > > *From: *Matching Socks > *Sent: *Saturday, March 16, 2019 4:27 AM > *To: *Clojure > *Subject: *Re: Developing Closure in 2019 on Windows 10 or using Windows >

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

2019-03-16 Thread Sean Corfield
y, March 16, 2019 4:27 AM To: Clojure Subject: Re: Developing Closure in 2019 on Windows 10 or using Windows -WSL/Linux. 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 usefu

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" JOptionPane/QUESTION_MESSAGE)

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-15 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 [

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

2019-03-15 Thread Eric Calonico
I am trying o Windows for now, I got lein running with closure working but I cannot connect to intellij/Cursive, does anyone know? Em sexta-feira, 15 de março de 2019 19:44:41 UTC-3, Eric Calonico escreveu: > > Hi everyone, > > How are you? > > I finally just signed in on the Eric's Normand with

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

2019-03-15 Thread Eric Calonico
Hi everyone, How are you? I finally just signed in on the Eric's Normand with his help on *https://purelyfunctional.t v *and I will learn Closure. I was wondering the