[julia-users] Want to contribute to Julia

2016-09-12 Thread cormullion
If you're still in learning_julia mode, you could help out by checking the Julia wikibook (https://en.wikibooks.org/wiki/Introducing_Julia) for 0.5 compatibility. I've been through it once to update some of the more obvious changes and deprecations — but "you gotta catch em all", as they say!

[julia-users] Want to contribute to Julia

2016-09-12 Thread cormullion
If you're still in learning_julia mode, you could help out by checking the Julia wikibook (https://en.wikibooks.org/wiki/Introducing_Julia) for 0.5 compatibility. I've been through it once to update some of the more obvious changes and deprecations — but "you gotta catch em all", as they say!

Re: [julia-users] Want to contribute to Julia

2016-09-12 Thread Chris Rackauckas
I would say start with the package ecosystem. Almost nothing in Julia Base is really first-class or special, so almost anything can contribute to Julia via packages. For example, things like Traits and VML bindings bas

Re: [julia-users] Want to contribute to Julia

2016-09-12 Thread Tim Holy
There are some great resources at http://julialang.org/learning/ Best, --Tim On Monday, September 12, 2016 7:56:46 AM CDT rishucod...@gmail.com wrote: > Thanks for the help. Can you suggest me what should I learn to work in > Julia?

Re: [julia-users] Want to contribute to Julia

2016-09-12 Thread rishucoding
On Monday, September 12, 2016 at 8:26:47 PM UTC+5:30, rishu...@gmail.com wrote: > > Thanks for the help. Can you suggest me what should I learn to work in > Julia? I suppose python is good. >

Re: [julia-users] Want to contribute to Julia

2016-09-12 Thread rishucoding
Thanks for the help. Can you suggest me what should I learn to work in Julia?

Re: [julia-users] Want to contribute to Julia

2016-09-10 Thread Tamas Papp
You could submit pull requests for outstanding issues. See https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md Note the "intro issue" tags, especially suitable for newbies: https://github.com/JuliaLang/julia/issues?q=is%3Aissue+is%3Aopen+label%3A%22intro+issue%22 On Sun, Sep 11 2016,

[julia-users] Want to contribute to Julia

2016-09-10 Thread rishucoding
Hi everyone! I found Julia interesting and so, I want to contribute to it. I am learning OOP , web development. I have done a course in C language. My mathematics is good. Please suggest in detail, how can I contribute and where and how to start? I haven't contributed anything till now but ha