Doesn't seem to work - would love to find a great resource on Julia
Try Julia
11–20 of 105 posts
Re: Try Julia
#12It's really easy to try Julia by just downloading it: http://julialang.org/downloads/ . I'm becoming increasingly convinced that Julia is the future of technical computing. We've just started pulling together a BioJulia team - if anyone is interested drop an email (in profile).
Re: Try Julia
#13It's really easy to try Julia by just downloading it: http://julialang.org/downloads/ . I'm becoming increasingly convinced that Julia is the future of technical computing. We've just started pulling together a BioJulia team - if anyone is interested drop an email (in profile).
Honestly I'm convinced it's a lot more generally applicable than scientific computing. Much of heavy lifting I had to do in C, I can now do in Julia with nearly the same speed and efficiency. Plus, for a lot of the problems I would have chosen Python, Ruby, or even Clojure for, I could really see myself using Julia now.
Re: Try Julia
#14proportion_value = x ./ sum(x)
The blocker for me with julia is translating my vectorized way of thinking into loops. I know the loops are optimized, but yuck.
Re: Try Julia
#15Re: Try Julia
#16Can julia yet do the equivalent of the following Octave code: proportion_value = x ./ sum(x) The blocker for me with julia is translating my vectorized way of thinking into loops. I know the loops are optimized, but yuck.
Re: Try Julia
#17koding.com is another way to get an interactive REPL online: https://koding.com/Julia
julia++, i started playing with it this weekend and i'm super pleased. i concur with another comment in this discussion that this is what i wish python had been evolving into. it gets me wondering if python is maybe being left behind compared to other dynamic languages or if it's just fad-ism at work (or me just learning more about languages and features).
Re: Try Julia
#18It's really easy to try Julia by just downloading it: http://julialang.org/downloads/ . I'm becoming increasingly convinced that Julia is the future of technical computing. We've just started pulling together a BioJulia team - if anyone is interested drop an email (in profile).
Any reasoning behind such a generically bold statement?
If and when they're right, they can smugly point out how forward thinking they were.
Re: Try Julia
#19It's really easy to try Julia by just downloading it: http://julialang.org/downloads/ . I'm becoming increasingly convinced that Julia is the future of technical computing. We've just started pulling together a BioJulia team - if anyone is interested drop an email (in profile).
Any reasoning behind such a generically bold statement?
- Lisp-like macros and other metaprogramming facilities
- It's a general purpose language
- Multiple dispatch
- Designed for parallelism and distributed computation