[julia-users] Re: Eclipse plugin for Julia

2016-02-08 Thread Oleg Mikulchenko
Congratulations, Viral! And thank you very much - people really need it. For me it is like a deal-maker, now I can go back to Julia, even accepting some rough edges in Eclipse plugin. Oleg

Re: [julia-users] Moore foundation grant.

2015-12-31 Thread Oleg Mikulchenko
he Eclipse Foundation doesn’t have funding, it turns out. However, we at > > Julia Computing just started on an effort recently, and hope to have > > something to show as soon as we have something minimal working. > > > > -viral > > > > > > > On 31-Dec-201

Re: [julia-users] Moore foundation grant.

2015-12-30 Thread Oleg Mikulchenko
1. Congratulations! 2. Having a good Eclipse plugin for Julia is the dream for many potential users, just like me. Looking forward to hear some good news on that ! On Wednesday, November 11, 2015 at 11:12:16 PM UTC-8, Viral Shah wrote: > > > Independently, we are also discussing with the Eclips

[julia-users] Re: IDE for Julia

2015-09-03 Thread Oleg Mikulchenko
:53:17 PM UTC-7, Tony Kelman wrote: > > You're probably trying to use an 0.4-only version of a package under Julia > 0.3. > > > On Wednesday, September 2, 2015 at 6:10:41 PM UTC-7, Oleg Mikulchenko > wrote: >> >> ok, after careful dozen of installations/de-i

[julia-users] Re: IDE for Julia

2015-09-02 Thread Oleg Mikulchenko
ok, after careful dozen of installations/de-installations, atom-julia works for basic features. But it fails for graphics: UndefVarError: @generated not defined while loading .../ColorTypes/src/traits.jl . Any suggestions? Thanks.

[julia-users] Re: IDE for Julia

2015-09-02 Thread Oleg Mikulchenko
Thank you, Jeffrey. You pushed me to install python3.4.3/iPython/Jupiter/numpy/scipy/matplotlib and it works standalone and under atom. So I have two versions of Python working under atom and Julia - none. Tried different atom installations (with different default Pythons) – it doesn't change b

[julia-users] Re: IDE for Julia

2015-09-01 Thread Oleg Mikulchenko
s your environment? > > On Tuesday, September 1, 2015 at 10:17:58 PM UTC-4, Jeffrey Sarnoff wrote: >> >> That happened to me when forgot to start atom from the command line and >> used the menu entry or shortcut instead. >> >> On Tuesday, September 1, 2015 a

[julia-users] Re: IDE for Julia

2015-09-01 Thread Oleg Mikulchenko
I agree. BTW, does someone consider Eclipse plugin for Julia? Similar to pydev. For scientific work I prefer Spyder, but for debugging Pydev is more powerful. Not that I like Eclipse, just no choice to avoid it :) For some reasons, Python run on Atom with Hydrogen, but Julia doesn't, it is hang

[julia-users] Re: icc/icpc options

2015-04-30 Thread Oleg Mikulchenko
Thank you, actually I was expected that answer.

[julia-users] icc/icpc options

2015-04-30 Thread Oleg Mikulchenko
Hi, Is there the right way to setup Intel compiler's options in Make.inc for building Julia with icc and MKL? E.g. I would like to use AVX2 options. I has tried to add them to some pieces in Make.inc, but didn't see options at compiling by icpc/icc/

[julia-users] Re: Julia 0.4 roadmap?

2015-04-02 Thread Oleg Mikulchenko
Thanks, it helps. Agreed on Juno, after trying several IDE I've stopped trying and decided to go with Juno. Looking forward for Juno with a nice debugger!

[julia-users] Julia 0.4 roadmap?

2015-04-02 Thread Oleg Mikulchenko
Hi, Is there updates on 0.4 roadmap? E.g. debugger, more parallelization, new features? External infrastructure support, IDE with debuggers ? For new users (like me) having 0.4 roadmap would be critical for considering to start Julia and/or switching for some tasks to Julia from Matlab/Pyth