[julia-users] Error during installation

2016-09-05 Thread bineethz
I am getting this error while I try to integrate julia with Atom. Please Help :(

[julia-users] julia error in Atom

2016-09-05 Thread Bineeth Kuriakose
Please help me. I am getting this error when I try to integrate julia with atom. [image: Inline images 1] *Thanks and Regards, * *Bineeth Kuriakose* Sent with MailTrack

[julia-users] ANN: SymEngine.jl, a symbolic manipulation library

2016-09-05 Thread Isuru Fernando
We are happy to announce the first release of SymEngine.jl. GitHub repo is at https://github.com/symengine/SymEngine.jl . SymEngine.jl wraps SymEngine, a symbolic manipulation library written in C++ with C, Python and now Julia wrappers. SymEngine started out as a rewrite of SymPy's core in C++. I

[julia-users] Conda.jl needs a new maintainer

2016-09-05 Thread Luthaf
Hi Julians! I am the author and currently only maintainer of the Conda.jl package. This package is a thin wrapper on top of the `conda` package manager, well known in the Python community. This package bring to Julia the ability to install native (binary) and Python dependencies in a cross-p

[julia-users] Conda.jl needs a new maintainer

2016-09-05 Thread Luthaf
Hi Julians! I am the author and currently only maintainer of the Conda.jl package. This package is a thin wrapper on top of the `conda` package manager, well known in the Python community. This package bring to Julia the ability to install native (binary) and Python dependencies in a cross-pla

[julia-users] Julia Zmq Server creates Memory Leaks

2016-09-05 Thread Dan
Hi, I am trying to create a Julia server instance by using ZMQ with the Req/Rep pattern. My Julia code for the Rep-server looks like this: module JServer # import zmq using ZMQ import Base.gc # create context ctx=Context(); # create socket socket=Socket(ctx, REP); # msg msg = 0; # repeate

Re: [julia-users] "Namespaces" for accessing fields of composite types

2016-09-05 Thread Michael Borregaard
> For a toy example like this, this is reasonable advice. I know you were not after advice, but wanted to suggest a design change to Julia. I thought Yichao Yu gave a nice response to that, and I am looking forward to see the developments he promises. I just thought I would point out an ideomat

[julia-users] Re: Conda.jl needs a new maintainer

2016-09-05 Thread Viral Shah
Hi Luthaf, Sorry to hear that you are not using Julia anymore. Hopefully you will come back in the future. I am wondering if we should create a JuliaPy organization and move many important building blocks and python wrapper packages there, if the various authors think it is a good idea. -vira

[julia-users] Re: julia error in Atom

2016-09-05 Thread Uwe Fechner
Which operation system are you using? Which Julia version? Did you try to run Pkg.add("Atom") in the Julia repl? If yes, which message was displayed? Uwe On Monday, September 5, 2016 at 11:49:54 AM UTC+2, bineethz wrote: > > > > Please help me. I am getting this error when I try to integrate ju

Re: [julia-users] Error during installation

2016-09-05 Thread Yichao Yu
On Mon, Sep 5, 2016 at 1:46 AM, bineethz wrote: > > I am getting this error while I try to integrate julia with Atom. Please > Help :( > Have you tried what the error message says? What was the output? > > > >

Re: [julia-users] Julia Zmq Server creates Memory Leaks

2016-09-05 Thread Yichao Yu
On Mon, Sep 5, 2016 at 4:36 AM, Dan wrote: > Hi, > > > I am trying to create a Julia server instance by using ZMQ with the > Req/Rep pattern. My Julia code for the Rep-server looks like this: > > module JServer > > # import zmq > using ZMQ > import Base.gc > > # create context > ctx=Context(); >

Re: [julia-users] Re: Conda.jl needs a new maintainer

2016-09-05 Thread Luthaf
Hi, Yes, I may try again to use it when the ecoystem and the languages are a bit more stable. I am OK with the JuliaPy organization, but Conda.jl can also be used for pure C/C++/Fortran dependencies, without any link to Python. -- Luthaf Viral Shah a écrit : Hi Luthaf, Sorry to hear that

[julia-users] Re: julia error in Atom

2016-09-05 Thread Chris Rackauckas
That means that there was an error in Juno's automatic install. You have to go into the Juno REPL and type in that command, and tell us what error you actually got. My guess is it's the MbedTLS build error. Do you have cmake installed? On Monday, September 5, 2016 at 2:49:54 AM UTC-7, bineethz

[julia-users] Re: Annoying WARNING: Method definition in interactive use

2016-09-05 Thread Scott T
I've started putting those functions into a temporary module because replacing the module produces just one short warning. Right after the end of that module I will put any analysis code that I want to re-run on each reload, or sometimes I will write a main() function and call that. Basically a

Re: [julia-users] Re: Conda.jl needs a new maintainer

2016-09-05 Thread wookyoung noh
Hello, Luthaf It's sad that you're leaving for a while. I wish to you would come back early. Thanks. Best regards, WooKyoung Noh On Monday, September 5, 2016 at 9:46:33 PM UTC+9, Luthaf wrote: > > Hi, > > Yes, I may try again to use it when the ecoystem and the languages are a > bit more stab

Re: [julia-users] Re: another new 2D plotting library for Julia

2016-09-05 Thread Igor
Now everything looks like working. new package name is QWTwPlot. You can use Pkg.add("QWTwPlot") or Pkg.clone("https://github.com/ig-or/QWTwPlot.jl.git";). But I still need to add some unit testing. Hope I will be able to handle it on this week. среда, 31 августа 2016 г., 19:27:34 U

[julia-users] Bang version of inv and BLAS

2016-09-05 Thread Mirmu
I am currently needing a loop, keeping track of two large matrices. One is a container for a Cholesky Factor F, and I update it using the on-place version lowrankupdate!. The other one is its inverse, say M, that I can compute simply doing inv(F). I was looking for a version that would compute

Re: [julia-users] Julia Zmq Server creates Memory Leaks

2016-09-05 Thread Dan
This did the trick. Thanks!

[julia-users] Re: ANN: PimpMyREPL.jl

2016-09-05 Thread Davide Lasagna
I loved Pimp My Ride, and I also happen to love PimpMyREPL! Thanks for the package. Davide On Sunday, September 4, 2016 at 11:36:30 PM UTC+1, Kristoffer Carlsson wrote: > > Hello everyone, > > I would like to announce my REPL enhancing package PimpMyREPL. The > package aims to be the for the J

[julia-users] Re: ANN: PimpMyREPL.jl

2016-09-05 Thread Patrick Kofod Mogensen
Hmm... No 4K resolution? Anyway, great package! On Monday, September 5, 2016 at 12:36:30 AM UTC+2, Kristoffer Carlsson wrote: > > Hello everyone, > > I would like to announce my REPL enhancing package PimpMyREPL. The > package aims to be the for the Julia REPL as Pimp My Ride was for cars :) >

[julia-users] Julia with fewer dependencies?

2016-09-05 Thread Joaquim Masset Lacombe Dias Garcia
The basic question is "Can I compile a smaller version of julia?" For instance, I want to ship some program as an executable, something similar to what BuildExecutable.jl does, btw its very nice! The only problem is that with BuildExecutable.jl or even with the pure usrimg.jl trick create a hug

Re: [julia-users] New to Julia - Need some basic help

2016-09-05 Thread Jeffrey Sarnoff
Not easy to know what's happening there. You might try: julia> quit() julia> Pkg.rm("Cairo");Pkg.rm("Cairo"); julia> Pkg.add("Cairo") julia> Pkg.build("Cairo") julia> quit() julia> using Cairo if there are error messages, post 'em otherwise do the same substituting "Tk" for "Cairo" if there are

Re: [julia-users] New to Julia - Need some basic help

2016-09-05 Thread Jeffrey Sarnoff
and before all that, start with `julia> Pkg.update()` On Monday, September 5, 2016 at 5:47:10 PM UTC-4, Jeffrey Sarnoff wrote: > > Not easy to know what's happening there. > You might try: > > julia> quit() > julia> Pkg.rm("Cairo");Pkg.rm("Cairo"); > julia> Pkg.add("Cairo") > julia> Pkg.build("Cai

[julia-users] Julia Reference Card

2016-09-05 Thread john lynch
Three years ago I created a reference card similar to one of the more popular python ones. It's two pages and fairly dense. I've just upgraded it to match the behavior of Julia 0.5 https://github.com/john9631/JuliaDocs/blob/master/JuliaReferenceCard.pdf

[julia-users] Re: Julia Reference Card

2016-09-05 Thread Kyunghun Kim
Thank you for great work! I have to print it out and place on my desk. By the way, PDF file has title 'Python 2.5 Reference Card'. (not file name, my acrobat reader shows that title on the window title. maybe that is in the PDF file metadata?)

[julia-users] Re: Is it better to call Julia from C++ or call C++ from Julia?

2016-09-05 Thread K leo
in deps/BuildBootstrap.Makefile, put '+' in the line so it becomes as follows: +LIB_DEPENDENCY += $(LIBDIR)/lib$(LLVM_LIB_NAME).$(SHLIB_EXT) Then Pkg.build("CXX") On Sunday, September 4, 2016 at 9:37:45 PM UTC+8, Uwe Fechner wrote: > > Could you explain your fix? I have the same error. > > Uwe >

[julia-users] Re: Is it better to call Julia from C++ or call C++ from Julia?

2016-09-05 Thread K leo
Sorry, only the '+' before '=', no '+' at the beginning. Correct way: LIB_DEPENDENCY += $(LIBDIR)/lib$(LLVM_LIB_NAME).$(SHLIB_EXT) On Tuesday, September 6, 2016 at 2:08:54 PM UTC+8, K leo wrote: > > in deps/BuildBootstrap.Makefile, put '+' in the line so it becomes as > follows: > > +LIB_DEPENDE

Re: [julia-users] Julia with fewer dependencies?

2016-09-05 Thread Michele Zaffalon
Is this maybe what you are looking for https://groups.google.com/d/msg/julia-users/WStpLtrKiFA/JhiAbc-vAwAJ? On Mon, Sep 5, 2016 at 11:10 PM, Joaquim Masset Lacombe Dias Garcia < joaquimdgar...@gmail.com> wrote: > > The basic question is "Can I compile a smaller version of julia?" > > For instanc

[julia-users] METADATA madness (my fault)

2016-09-05 Thread Jeffrey Sarnoff
I have yet to enter my package into the Julia ecosystem by publishing it or manually forking METADATA etc. As I was about to do that, I managed to destroy my local METADATA for the package. I can, by erasing the entry in METADATA (& cache & lib) use PkgDev to re-register the package, but when I