Re: [julia-users] Re: For loop = or in?

2015-10-27 Thread Hai Nguyen
On Tue, Oct 27, 2015 at 10:04 AM, Stefan Karpinski wrote: > My general approach is to only use = when the RHS is an explicit range, as > in `for i = 1:n`. For everything else I use `for i in v`. I would be ok > with dropping the = syntax at some point, but it seems pretty

Re: [julia-users] Re: What's the reason of the Success of Python?

2015-09-30 Thread Hai Nguyen
I myself do not care much about Julia or python speed since I can write fast code in Cython (C/C++ speed with Python syntax sugar). There are several features in Julia I like much (and I think they can be good selling points). * CFFI: great that we can call C function easily. * Parallel: I very