Re: [julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2016-01-28 Thread Mike Innes
Since Juno/Atom came up, I'll mention that we've just posted some (beta)
bundles here . In theory,
they should be very easy to get going with; in practice, let me know how it
goes and we'll start to iron out the cracks.
On Tue, 26 Jan 2016 at 20:11 cdm  wrote:

>
> an ESS-Julia-mode appears available ...
>
>
> https://github.com/syl20bnr/spacemacs/blob/ef5a2ad5ee6362588244374364fe4ac2df066f37/layers/%2Blang/ess/packages.el#L41
>


[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2016-01-26 Thread Sisyphuss
Wait for Juno/Atom and use Juno/LT for now.

Ref: http://junolab.org/docs/install-manual.html


On Saturday, January 23, 2016 at 9:11:49 PM UTC+1, PattiMichelle wrote:
>
> Eclipse isn't terribly user-friendly for noobs like me - has anyone been 
> able to get liclipse to point to their Juila install?  If so, can you share?
>
> Thanks!!
>


[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2016-01-26 Thread Andre P.
No need to wait for Atom. I've been using Atom+Juno with Julia 0.4.2 for 2 
weeks  ow. It works very well. Easily the best IDE I have used with Julia.

[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2016-01-26 Thread Andre P.
Just wanted to add that I use Atom+Julia client both on Windows and Mac. The 
firewall issue with Atom has been resolved.

The regular instruction had some issues. I suggest following the dev install.

https://github.com/JunoLab/atom-julia-client/blob/master/docs/README.md



[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2016-01-26 Thread Kenta Sato
This may be an off-the-topic suggestion, but Spacemacs with ESS layer is 
almost an IDE to me.
I started to use it a few days ago (so I may missing something important) 
and found it includes features like:

* REPL integration
* Completing names from imported modules
* Document viewer
* etc.

I believe it is worth checking if you have never tried it.


On Friday, September 19, 2014 at 5:58:26 PM UTC+9, Ján Dolinský wrote:
>
> Hello guys,
>
> After upgrading to Julia 0.3.0 Julia Studio stopped working (I changed the 
> symbolic links in Julia Studio directory but nevertheless ...). Can 
> somebody suggest any workaround ? Is it true that Julia Studio will not 
> support newer versions of Julia ?
> What are you guys using now ? 
>
> Thanks a lot,
> Jan 
>


[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2016-01-26 Thread cdm

a link ...

https://github.com/syl20bnr/spacemacs


[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2016-01-26 Thread cdm

an ESS-Julia-mode appears available ...

https://github.com/syl20bnr/spacemacs/blob/ef5a2ad5ee6362588244374364fe4ac2df066f37/layers/%2Blang/ess/packages.el#L41


[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2016-01-23 Thread PattiMichelle Sheaffer
Eclipse isn't terribly user-friendly for noobs like me - has anyone been 
able to get liclipse to point to their Juila install?  If so, can you share?

Thanks!!


Re: [julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2016-01-23 Thread Luthaf
Atom is a pretty good editor, and there is an ongoing work to rewrite 
Juno in it.


See https://github.com/JunoLab/atom-ink for a screencast of the editor.

--
Luthaf

PattiMichelle Sheaffer a écrit:


Eclipse isn't terribly user-friendly for noobs like me - has anyone
been able to get liclipse to point to their Juila install? If so, can
you share?

Thanks!!


Re: [julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-10-01 Thread Ján Dolinský
Hello Leah,

Thanks for the suggestion. I am travelling now but I'll start a new thread 
next week.

Thanks,
Jan

Dňa utorok, 30. septembra 2014 17:58:42 UTC+2 Leah Hanson napísal(-a):

 Maybe you could start a new julia-users thread, and post the code and the 
 error message so we can help? It's hard to make specific recommendations 
 without seeing the code/error.

 -- Leah

 On Tue, Sep 30, 2014 at 9:27 AM, Ján Dolinský jan.do...@2bridgz.com 
 javascript: wrote:

 Hello guys,

 Indeed, www.junolab.org makes me want to go with Julia farther too :).

 I was asking about debugging because I implemented a custom type (in a 
 module) of which constructor is failing somewhere but I just get an error 
 about some array multiplication in some julia file instead of a concrete 
 line number in the constructor function. Any idea how to get through this ?

 Thanks a lot,
 Jan   


 Dňa pondelok, 29. septembra 2014 12:27:07 UTC+2 Viral Shah napísal(-a):

 The light table work that Mike Innes has done is now packaged and 
 available at http://www.junolab.org/

 We are hoping to work towards making self-sufficient binaries and 
 getting it to a point where it is usable with a single download. The real 
 fun is to then try and do more interesting things. I don't know what those 
 are, but I do feel that we are setting ourselves up with a good base.

 -viral

 On Saturday, September 27, 2014 12:38:39 PM UTC+5:30, 
 colint...@gmail.com wrote:

 No, I don't think it has debugging a la the Matlab IDE or R-Studio 
 (yet). My understanding is that for now the Debug package is all that is 
 available. Personally I make do with sending blocks of code to a console 
 in 
 Sublime-IJulia (you can do this with shift+enter, just like in R-Studio).

 Cheers,

 Colin

 On Friday, September 26, 2014 7:00:09 PM UTC+10, Ján Dolinský wrote:

 Hello,

 I cloned the master branch of Julia Studio and compiled it. I am 
 however getting this error when running ./JuliaStudio :
 libExtensionSystem.so.1: cannot open shared object file: No such file 
 or directory

 however when running using ./julia-studio.sh it runs but fails to open 
 a console with the following errors:
 Error: Failed to start Julia.
 Expected location: /usr/local/Julia_Studio/julia

 I am little bit lost here but exploring the Julia Studio menu I assume 
 that it doe not provide debugging capability (I had an impression that it 
 does).

 Thanks,
 Jan


 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 
 0.3. See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I 
 changed the symbolic links in Julia Studio directory but nevertheless 
 ...). 
 Can somebody suggest any workaround ? Is it true that Julia Studio 
 will not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 




Re: [julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-10-01 Thread Ján Dolinský
Hello,

The same here. No luck with Julia Studio and Julia v0.3. I am however quite 
happy with www.junolab.org or Sublime + Julia plug-in ... once debugging 
interface is here these will become complete IDEs.

Jan

Dňa streda, 1. októbra 2014 0:58:10 UTC+2 Bradley Setzler napísal(-a):

 If anyone can get Julia Studio to work with Julia 0.3, that would great, 
 but I have had no luck. You can read here 
 https://groups.google.com/forum/#!searchin/julia-users/julia$20studio/julia-users/N-__nw3Wd04/eHshKzndRqgJ
  
 about Forio discontinuing support for Julia Studio.

 Best,
 Bradley

 On Tuesday, September 30, 2014 10:58:42 AM UTC-5, Leah Hanson wrote:

 Maybe you could start a new julia-users thread, and post the code and the 
 error message so we can help? It's hard to make specific recommendations 
 without seeing the code/error.

 -- Leah

 On Tue, Sep 30, 2014 at 9:27 AM, Ján Dolinský jan.do...@2bridgz.com 
 wrote:

 Hello guys,

 Indeed, www.junolab.org makes me want to go with Julia farther too :).

 I was asking about debugging because I implemented a custom type (in a 
 module) of which constructor is failing somewhere but I just get an error 
 about some array multiplication in some julia file instead of a concrete 
 line number in the constructor function. Any idea how to get through this ?

 Thanks a lot,
 Jan   


 Dňa pondelok, 29. septembra 2014 12:27:07 UTC+2 Viral Shah napísal(-a):

 The light table work that Mike Innes has done is now packaged and 
 available at http://www.junolab.org/

 We are hoping to work towards making self-sufficient binaries and 
 getting it to a point where it is usable with a single download. The real 
 fun is to then try and do more interesting things. I don't know what those 
 are, but I do feel that we are setting ourselves up with a good base.

 -viral

 On Saturday, September 27, 2014 12:38:39 PM UTC+5:30, 
 colint...@gmail.com wrote:

 No, I don't think it has debugging a la the Matlab IDE or R-Studio 
 (yet). My understanding is that for now the Debug package is all that is 
 available. Personally I make do with sending blocks of code to a console 
 in 
 Sublime-IJulia (you can do this with shift+enter, just like in R-Studio).

 Cheers,

 Colin

 On Friday, September 26, 2014 7:00:09 PM UTC+10, Ján Dolinský wrote:

 Hello,

 I cloned the master branch of Julia Studio and compiled it. I am 
 however getting this error when running ./JuliaStudio :
 libExtensionSystem.so.1: cannot open shared object file: No such file 
 or directory

 however when running using ./julia-studio.sh it runs but fails to 
 open a console with the following errors:
 Error: Failed to start Julia.
 Expected location: /usr/local/Julia_Studio/julia

 I am little bit lost here but exploring the Julia Studio menu I 
 assume that it doe not provide debugging capability (I had an impression 
 that it does).

 Thanks,
 Jan


 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 
 0.3. See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I 
 changed the symbolic links in Julia Studio directory but nevertheless 
 ...). 
 Can somebody suggest any workaround ? Is it true that Julia Studio 
 will not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 




[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-30 Thread Ján Dolinský
Hello guys,

Indeed, www.junolab.org makes me want to go with Julia farther too :).

I was asking about debugging because I implemented a custom type (in a 
module) of which constructor is failing somewhere but I just get an error 
about some array multiplication in some julia file instead of a concrete 
line number in the constructor function. Any idea how to get through this ?

Thanks a lot,
Jan   


Dňa pondelok, 29. septembra 2014 12:27:07 UTC+2 Viral Shah napísal(-a):

 The light table work that Mike Innes has done is now packaged and 
 available at http://www.junolab.org/

 We are hoping to work towards making self-sufficient binaries and getting 
 it to a point where it is usable with a single download. The real fun is to 
 then try and do more interesting things. I don't know what those are, but I 
 do feel that we are setting ourselves up with a good base.

 -viral

 On Saturday, September 27, 2014 12:38:39 PM UTC+5:30, colint...@gmail.com 
 wrote:

 No, I don't think it has debugging a la the Matlab IDE or R-Studio (yet). 
 My understanding is that for now the Debug package is all that is 
 available. Personally I make do with sending blocks of code to a console in 
 Sublime-IJulia (you can do this with shift+enter, just like in R-Studio).

 Cheers,

 Colin

 On Friday, September 26, 2014 7:00:09 PM UTC+10, Ján Dolinský wrote:

 Hello,

 I cloned the master branch of Julia Studio and compiled it. I am however 
 getting this error when running ./JuliaStudio :
 libExtensionSystem.so.1: cannot open shared object file: No such file or 
 directory

 however when running using ./julia-studio.sh it runs but fails to open a 
 console with the following errors:
 Error: Failed to start Julia.
 Expected location: /usr/local/Julia_Studio/julia

 I am little bit lost here but exploring the Julia Studio menu I assume 
 that it doe not provide debugging capability (I had an impression that it 
 does).

 Thanks,
 Jan


 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 0.3. 
 See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I 
 changed the symbolic links in Julia Studio directory but nevertheless 
 ...). 
 Can somebody suggest any workaround ? Is it true that Julia Studio will 
 not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 



Re: [julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-30 Thread Leah Hanson
Maybe you could start a new julia-users thread, and post the code and the
error message so we can help? It's hard to make specific recommendations
without seeing the code/error.

-- Leah

On Tue, Sep 30, 2014 at 9:27 AM, Ján Dolinský jan.dolin...@2bridgz.com
wrote:

 Hello guys,

 Indeed, www.junolab.org makes me want to go with Julia farther too :).

 I was asking about debugging because I implemented a custom type (in a
 module) of which constructor is failing somewhere but I just get an error
 about some array multiplication in some julia file instead of a concrete
 line number in the constructor function. Any idea how to get through this ?

 Thanks a lot,
 Jan


 Dňa pondelok, 29. septembra 2014 12:27:07 UTC+2 Viral Shah napísal(-a):

 The light table work that Mike Innes has done is now packaged and
 available at http://www.junolab.org/

 We are hoping to work towards making self-sufficient binaries and getting
 it to a point where it is usable with a single download. The real fun is to
 then try and do more interesting things. I don't know what those are, but I
 do feel that we are setting ourselves up with a good base.

 -viral

 On Saturday, September 27, 2014 12:38:39 PM UTC+5:30, colint...@gmail.com
 wrote:

 No, I don't think it has debugging a la the Matlab IDE or R-Studio
 (yet). My understanding is that for now the Debug package is all that is
 available. Personally I make do with sending blocks of code to a console in
 Sublime-IJulia (you can do this with shift+enter, just like in R-Studio).

 Cheers,

 Colin

 On Friday, September 26, 2014 7:00:09 PM UTC+10, Ján Dolinský wrote:

 Hello,

 I cloned the master branch of Julia Studio and compiled it. I am
 however getting this error when running ./JuliaStudio :
 libExtensionSystem.so.1: cannot open shared object file: No such file
 or directory

 however when running using ./julia-studio.sh it runs but fails to open
 a console with the following errors:
 Error: Failed to start Julia.
 Expected location: /usr/local/Julia_Studio/julia

 I am little bit lost here but exploring the Julia Studio menu I assume
 that it doe not provide debugging capability (I had an impression that it
 does).

 Thanks,
 Jan


 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia
 0.3. See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I
 changed the symbolic links in Julia Studio directory but nevertheless 
 ...).
 Can somebody suggest any workaround ? Is it true that Julia Studio will 
 not
 support newer versions of Julia ?
 What are you guys using now ?

 Thanks a lot,
 Jan




Re: [julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-30 Thread Bradley Setzler
If anyone can get Julia Studio to work with Julia 0.3, that would great, 
but I have had no luck. You can read here 
https://groups.google.com/forum/#!searchin/julia-users/julia$20studio/julia-users/N-__nw3Wd04/eHshKzndRqgJ
 
about Forio discontinuing support for Julia Studio.

Best,
Bradley

On Tuesday, September 30, 2014 10:58:42 AM UTC-5, Leah Hanson wrote:

 Maybe you could start a new julia-users thread, and post the code and the 
 error message so we can help? It's hard to make specific recommendations 
 without seeing the code/error.

 -- Leah

 On Tue, Sep 30, 2014 at 9:27 AM, Ján Dolinský jan.do...@2bridgz.com 
 javascript: wrote:

 Hello guys,

 Indeed, www.junolab.org makes me want to go with Julia farther too :).

 I was asking about debugging because I implemented a custom type (in a 
 module) of which constructor is failing somewhere but I just get an error 
 about some array multiplication in some julia file instead of a concrete 
 line number in the constructor function. Any idea how to get through this ?

 Thanks a lot,
 Jan   


 Dňa pondelok, 29. septembra 2014 12:27:07 UTC+2 Viral Shah napísal(-a):

 The light table work that Mike Innes has done is now packaged and 
 available at http://www.junolab.org/

 We are hoping to work towards making self-sufficient binaries and 
 getting it to a point where it is usable with a single download. The real 
 fun is to then try and do more interesting things. I don't know what those 
 are, but I do feel that we are setting ourselves up with a good base.

 -viral

 On Saturday, September 27, 2014 12:38:39 PM UTC+5:30, 
 colint...@gmail.com wrote:

 No, I don't think it has debugging a la the Matlab IDE or R-Studio 
 (yet). My understanding is that for now the Debug package is all that is 
 available. Personally I make do with sending blocks of code to a console 
 in 
 Sublime-IJulia (you can do this with shift+enter, just like in R-Studio).

 Cheers,

 Colin

 On Friday, September 26, 2014 7:00:09 PM UTC+10, Ján Dolinský wrote:

 Hello,

 I cloned the master branch of Julia Studio and compiled it. I am 
 however getting this error when running ./JuliaStudio :
 libExtensionSystem.so.1: cannot open shared object file: No such file 
 or directory

 however when running using ./julia-studio.sh it runs but fails to open 
 a console with the following errors:
 Error: Failed to start Julia.
 Expected location: /usr/local/Julia_Studio/julia

 I am little bit lost here but exploring the Julia Studio menu I assume 
 that it doe not provide debugging capability (I had an impression that it 
 does).

 Thanks,
 Jan


 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 
 0.3. See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I 
 changed the symbolic links in Julia Studio directory but nevertheless 
 ...). 
 Can somebody suggest any workaround ? Is it true that Julia Studio 
 will not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 




Re: [julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-29 Thread Job van der Zwan
Looks like this algorithm, presumably reimplemented in Julia and used to 
generate the image:

http://joco.name/2014/03/02/all-rgb-colors-in-one-image/

On Monday, 29 September 2014 12:41:12 UTC+2, Tim Holy wrote:

 Dang, that's an attractive website. Makes me want to try Julia :). 

 Is that gorgeous image Yuri's work? 

 --Tim 

 On Monday, September 29, 2014 03:27:06 AM Viral Shah wrote: 
  The light table work that Mike Innes has done is now packaged and 
 available 
  at http://www.junolab.org/ 
  
  We are hoping to work towards making self-sufficient binaries and 
 getting 
  it to a point where it is usable with a single download. The real fun is 
 to 
  then try and do more interesting things. I don't know what those are, 
 but I 
  do feel that we are setting ourselves up with a good base. 
  
  -viral 
  
  On Saturday, September 27, 2014 12:38:39 PM UTC+5:30, 
 colint...@gmail.com 
  
  wrote: 
   No, I don't think it has debugging a la the Matlab IDE or R-Studio 
 (yet). 
   My understanding is that for now the Debug package is all that is 
   available. Personally I make do with sending blocks of code to a 
 console 
   in 
   Sublime-IJulia (you can do this with shift+enter, just like in 
 R-Studio). 
   
   Cheers, 
   
   Colin 
   
   On Friday, September 26, 2014 7:00:09 PM UTC+10, Ján Dolinský wrote: 
   Hello, 
   
   I cloned the master branch of Julia Studio and compiled it. I am 
 however 
   getting this error when running ./JuliaStudio : 
   libExtensionSystem.so.1: cannot open shared object file: No such file 
 or 
   directory 
   
   however when running using ./julia-studio.sh it runs but fails to 
 open a 
   console with the following errors: 
   Error: Failed to start Julia. 
   Expected location: /usr/local/Julia_Studio/julia 
   
   I am little bit lost here but exploring the Julia Studio menu I 
 assume 
   that it doe not provide debugging capability (I had an impression 
 that it 
   does). 
   
   Thanks, 
   Jan 
   
   Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner 
 napísal(-a): 
   I think that this branch is already merged into the master branch: 
   https://github.com/forio/julia-studio/tree/julia-0.3-compatibility 
   
   On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote: 
   If you compile Julia Studio from source it should work with Julia 
 0.3. 
   See: 
   https://github.com/forio/julia-studio/issues/241 
   
   Regards: 
   
   Uwe 
   
   On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský 
 wrote: 
   Hello guys, 
   
   After upgrading to Julia 0.3.0 Julia Studio stopped working (I 
 changed 
   the symbolic links in Julia Studio directory but nevertheless 
 ...). 
   Can 
   somebody suggest any workaround ? Is it true that Julia Studio 
 will 
   not 
   support newer versions of Julia ? 
   What are you guys using now ? 
   
   Thanks a lot, 
   Jan 



[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-27 Thread colintbowers
No, I don't think it has debugging a la the Matlab IDE or R-Studio (yet). 
My understanding is that for now the Debug package is all that is 
available. Personally I make do with sending blocks of code to a console in 
Sublime-IJulia (you can do this with shift+enter, just like in R-Studio).

Cheers,

Colin

On Friday, September 26, 2014 7:00:09 PM UTC+10, Ján Dolinský wrote:

 Hello,

 I cloned the master branch of Julia Studio and compiled it. I am however 
 getting this error when running ./JuliaStudio :
 libExtensionSystem.so.1: cannot open shared object file: No such file or 
 directory

 however when running using ./julia-studio.sh it runs but fails to open a 
 console with the following errors:
 Error: Failed to start Julia.
 Expected location: /usr/local/Julia_Studio/julia

 I am little bit lost here but exploring the Julia Studio menu I assume 
 that it doe not provide debugging capability (I had an impression that it 
 does).

 Thanks,
 Jan


 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 0.3. 
 See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I changed 
 the symbolic links in Julia Studio directory but nevertheless ...). Can 
 somebody suggest any workaround ? Is it true that Julia Studio will not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 



[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-26 Thread Ján Dolinský
Hello,

I cloned the master branch of Julia Studio and compiled it. I am however 
getting this error when running ./JuliaStudio :
libExtensionSystem.so.1: cannot open shared object file: No such file or 
directory

however when running using ./julia-studio.sh it runs but fails to open a 
console with the following errors:
Error: Failed to start Julia.
Expected location: /usr/local/Julia_Studio/julia

I am little bit lost here but exploring the Julia Studio menu I assume that 
it doe not provide debugging capability (I had an impression that it does).

Thanks,
Jan


Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 0.3. 
 See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I changed 
 the symbolic links in Julia Studio directory but nevertheless ...). Can 
 somebody suggest any workaround ? Is it true that Julia Studio will not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 



[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-26 Thread Adam Smith
I'd give somebody's left arm to code in Julia in a Jetbrains IDE, but I 
think writing a plugin requires Java and the full IntelliJ IDEA IDE (which 
is much more expensive than the one I use), so it's not something I can get 
started.

I'm pretty happy with the VIM support for now. Once Julia has a great 
debugger I think commercial IDE integration will be more important.

On Friday, September 26, 2014 5:00:09 AM UTC-4, Ján Dolinský wrote:

 Hello,

 I cloned the master branch of Julia Studio and compiled it. I am however 
 getting this error when running ./JuliaStudio :
 libExtensionSystem.so.1: cannot open shared object file: No such file or 
 directory

 however when running using ./julia-studio.sh it runs but fails to open a 
 console with the following errors:
 Error: Failed to start Julia.
 Expected location: /usr/local/Julia_Studio/julia

 I am little bit lost here but exploring the Julia Studio menu I assume 
 that it doe not provide debugging capability (I had an impression that it 
 does).

 Thanks,
 Jan


 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 0.3. 
 See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I changed 
 the symbolic links in Julia Studio directory but nevertheless ...). Can 
 somebody suggest any workaround ? Is it true that Julia Studio will not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 



Re: [julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-25 Thread Ján Dolinský
Very good. Thumbs up!

Dňa streda, 24. septembra 2014 16:43:36 UTC+2 Stefan Karpinski napísal(-a):

 Yes, having a debugger is important and it's being actively worked on.

 On Tue, Sep 23, 2014 at 4:03 AM, Ján Dolinský jan.do...@2bridgz.com 
 javascript: wrote:

 Hello,

 Thanks for another tip. I read a recent post of Stefan Karpinski 
 concerning debugger and IDE and I assume all of these options (LightTable, 
 SublimeText) does not have a debugging capability, right ?

 Debugging is an important feature :).

 Thanks,
 Jan



 Dňa sobota, 20. septembra 2014 9:33:10 UTC+2 colint...@gmail.com 
 napísal(-a):

 My favourite of the IDE options is the Sublime-IJulia package: 
 https://github.com/quinnj/Sublime-IJulia

 Cheers,

 Colin


 On Friday, September 19, 2014 9:25:14 PM UTC+10, Ján Dolinský wrote:

 Thanks a lot for the tip. I'll compile from the source then.

 Regards,
 Jan

 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 
 0.3. See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I 
 changed the symbolic links in Julia Studio directory but nevertheless 
 ...). 
 Can somebody suggest any workaround ? Is it true that Julia Studio will 
 not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 




Re: [julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-25 Thread 'Stéphane Laurent' via julia-users
Also Liclipse : 
https://groups.google.com/forum/#!searchin/julia-users/liclipse/julia-users/cw0vLsHTUJk/Y5HO29VjpMQJ


Re: [julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-24 Thread Stefan Karpinski
Yes, having a debugger is important and it's being actively worked on.

On Tue, Sep 23, 2014 at 4:03 AM, Ján Dolinský jan.dolin...@2bridgz.com
wrote:

 Hello,

 Thanks for another tip. I read a recent post of Stefan Karpinski
 concerning debugger and IDE and I assume all of these options (LightTable,
 SublimeText) does not have a debugging capability, right ?

 Debugging is an important feature :).

 Thanks,
 Jan



 Dňa sobota, 20. septembra 2014 9:33:10 UTC+2 colint...@gmail.com
 napísal(-a):

 My favourite of the IDE options is the Sublime-IJulia package:
 https://github.com/quinnj/Sublime-IJulia

 Cheers,

 Colin


 On Friday, September 19, 2014 9:25:14 PM UTC+10, Ján Dolinský wrote:

 Thanks a lot for the tip. I'll compile from the source then.

 Regards,
 Jan

 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 0.3.
 See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I
 changed the symbolic links in Julia Studio directory but nevertheless 
 ...).
 Can somebody suggest any workaround ? Is it true that Julia Studio will 
 not
 support newer versions of Julia ?
 What are you guys using now ?

 Thanks a lot,
 Jan




[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-23 Thread Ján Dolinský
Hello,

Thanks for another tip. I read a recent post of Stefan Karpinski concerning 
debugger and IDE and I assume all of these options (LightTable, 
SublimeText) does not have a debugging capability, right ?

Debugging is an important feature :).

Thanks,
Jan



Dňa sobota, 20. septembra 2014 9:33:10 UTC+2 colint...@gmail.com 
napísal(-a):

 My favourite of the IDE options is the Sublime-IJulia package: 
 https://github.com/quinnj/Sublime-IJulia

 Cheers,

 Colin


 On Friday, September 19, 2014 9:25:14 PM UTC+10, Ján Dolinský wrote:

 Thanks a lot for the tip. I'll compile from the source then.

 Regards,
 Jan

 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 0.3. 
 See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I changed 
 the symbolic links in Julia Studio directory but nevertheless ...). Can 
 somebody suggest any workaround ? Is it true that Julia Studio will not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 



[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-20 Thread colintbowers
My favourite of the IDE options is the Sublime-IJulia package: 
https://github.com/quinnj/Sublime-IJulia

Cheers,

Colin


On Friday, September 19, 2014 9:25:14 PM UTC+10, Ján Dolinský wrote:

 Thanks a lot for the tip. I'll compile from the source then.

 Regards,
 Jan

 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 0.3. 
 See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I changed 
 the symbolic links in Julia Studio directory but nevertheless ...). Can 
 somebody suggest any workaround ? Is it true that Julia Studio will not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 



[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-19 Thread Uwe Fechner
If you compile Julia Studio from source it should work with Julia 0.3. See:
https://github.com/forio/julia-studio/issues/241

Regards:

Uwe

On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I changed the 
 symbolic links in Julia Studio directory but nevertheless ...). Can 
 somebody suggest any workaround ? Is it true that Julia Studio will not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 



[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-19 Thread Uwe Fechner
I think that this branch is already merged into the master branch:
https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 0.3. See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I changed 
 the symbolic links in Julia Studio directory but nevertheless ...). Can 
 somebody suggest any workaround ? Is it true that Julia Studio will not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 



[julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-19 Thread Ján Dolinský
Thanks a lot for the tip. I'll compile from the source then.

Regards,
Jan

Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 0.3. 
 See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I changed 
 the symbolic links in Julia Studio directory but nevertheless ...). Can 
 somebody suggest any workaround ? Is it true that Julia Studio will not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan 



Re: [julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-19 Thread Leah Hanson
When I've wanted a Julia IDE, I've used LightTable with the Julia plugin. I
liked it when I used it, and there's been active development since then.

LightTable: http://www.lighttable.com/
Julia plugin: https://github.com/one-more-minute/Juno-LT


On Fri, Sep 19, 2014 at 6:25 AM, Ján Dolinský jan.dolin...@2bridgz.com
wrote:

 Thanks a lot for the tip. I'll compile from the source then.

 Regards,
 Jan

 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 0.3.
 See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I changed
 the symbolic links in Julia Studio directory but nevertheless ...). Can
 somebody suggest any workaround ? Is it true that Julia Studio will not
 support newer versions of Julia ?
 What are you guys using now ?

 Thanks a lot,
 Jan




Re: [julia-users] Re: a good IDE for Julia ? (Julia Studio does not work with Julia v 0.3.0)

2014-09-19 Thread Ján Dolinský
Hello Leah,

Thanks a lot for this tip. I'll check it out.

Jan

Dňa piatok, 19. septembra 2014 15:22:54 UTC+2 Leah Hanson napísal(-a):

 When I've wanted a Julia IDE, I've used LightTable with the Julia plugin. 
 I liked it when I used it, and there's been active development since then.

 LightTable: http://www.lighttable.com/
 Julia plugin: https://github.com/one-more-minute/Juno-LT


 On Fri, Sep 19, 2014 at 6:25 AM, Ján Dolinský jan.do...@2bridgz.com 
 javascript: wrote:

 Thanks a lot for the tip. I'll compile from the source then.

 Regards,
 Jan

 Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a):

 I think that this branch is already merged into the master branch:
 https://github.com/forio/julia-studio/tree/julia-0.3-compatibility

 On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote:

 If you compile Julia Studio from source it should work with Julia 0.3. 
 See:
 https://github.com/forio/julia-studio/issues/241

 Regards:

 Uwe

 On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote:

 Hello guys,

 After upgrading to Julia 0.3.0 Julia Studio stopped working (I changed 
 the symbolic links in Julia Studio directory but nevertheless ...). Can 
 somebody suggest any workaround ? Is it true that Julia Studio will not 
 support newer versions of Julia ?
 What are you guys using now ? 

 Thanks a lot,
 Jan