[julia-users] Re: a excellent Julia IDE, JuliaDT

2016-04-15 Thread Liye zhang
New version of the JuliaDT, https://github.com/JuliaComputing/JuliaDT/releases/tag/v0.0.2 Many new features added, supporting figure plot to some extent. It's on the way to a mature Julia development tool. On Tuesday, March 8, 2016 at 9:56:39 PM UTC+8, Liye zhang wrote: > > If you are trying

Re: [julia-users] Re: a excellent Julia IDE, JuliaDT

2016-03-11 Thread Igor
I tried this plugin, it works great job. I hope that after some time it will be even better. Currently, I find JUNO more convenient and faster.

Re: [julia-users] Re: a excellent Julia IDE, JuliaDT

2016-03-10 Thread Eric Forgy
On Friday, March 11, 2016 at 10:29:12 AM UTC+8, Eric Forgy wrote: > > Hope this gets sorted soon :pray: :D > Prayers answered. It is working for me again. Thanks! :)

Re: [julia-users] Re: a excellent Julia IDE, JuliaDT

2016-03-10 Thread Eric Forgy
On Thursday, March 10, 2016 at 10:43:12 PM UTC+8, Mike Innes wrote: > > Yes, the old Juno on LightTable was starting to code rot badly – we've > taken those binaries down now. In Atom you'll find that you can get the > same features through the julia-client plugin. > But woe be to you if you

[julia-users] Re: a excellent Julia IDE, JuliaDT

2016-03-10 Thread Sisyphuss
This can be a choice for those who have no root permission On Tuesday, March 8, 2016 at 2:56:39 PM UTC+1, Liye zhang wrote: > > If you are trying to find an IDE for Julia which is as convenient as PyDev > for python, or RStudio for R, you can test JuliaDT. Thanks for the > authors' excellent

Re: [julia-users] Re: a excellent Julia IDE, JuliaDT

2016-03-10 Thread Nico
For Atom, there's also Hydrogen[1] that can talk with IJulia[2]. [1] https://atom.io/packages/hydrogen [2] https://github.com/JuliaLang/IJulia.jl

Re: [julia-users] Re: a excellent Julia IDE, JuliaDT

2016-03-10 Thread Mike Innes
Yes, the old Juno on LightTable was starting to code rot badly – we've taken those binaries down now. In Atom you'll find that you can get the same features through the julia-client plugin. On Thu, 10 Mar 2016 at 14:41 Daniel Carrera wrote: > I've had code crashes with Juno.

[julia-users] Re: a excellent Julia IDE, JuliaDT

2016-03-09 Thread Avik Sengupta
Fair enough. Eclipse is, in many ways, a "buy into the ecosystem" proposition. For many that do, that is the simplest way to work. But if you don't, Juno/Atom is great, and Mike's been hard at work making it better. Regards - Avik On Tuesday, 8 March 2016 20:22:45 UTC, J Luis wrote: > > Ok,

[julia-users] Re: a excellent Julia IDE, JuliaDT

2016-03-09 Thread Liye zhang
I use "Eclipse IDE for Java Developers" version 4.5 and it works. http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/mars2 I use JuliaDT to edit the code and use "Julia Debug" to debug the code. It is OK for the daily work. The debugger for julia can be found according to

[julia-users] Re: a excellent Julia IDE, JuliaDT

2016-03-08 Thread J Luis
Ok, thanks ... but will wait for a simpler thing to use. terça-feira, 8 de Março de 2016 às 19:32:28 UTC, Avik Sengupta escreveu: > > Use the "Eclipse IDE for Java Developers". That should give you the least > amount of cruft. > > Regards > - > Avik > > On Tuesday, 8 March 2016 19:00:22 UTC, J