Re: [julia-users] Why does julia use END for block end?

2016-05-06 Thread E. Tadeu
Then I guess we can get used to the end statement. I don’t see it as big deal, it's just one extra line and after some coding we learn to ignore it. ;) ​ On Fri, May 6, 2016 at 6:09 PM, Stefan Karpinski <ste...@karpinski.org> wrote: > Yes. > > On Fri, May 6, 2016 at 5:05 PM,

Re: [julia-users] Why does julia use END for block end?

2016-05-06 Thread E. Tadeu
Is it too late to support dedentation (removing indentation) as a block terminator, like in Python? :) On Fri, May 6, 2016 at 5:42 PM, Tom Breloff wrote: > Seems like a parser change is more correct. What exactly does it mean to > say "true = 5"? > > On Fri, May 6, 2016 at

[julia-users] PETSc.jl on Windows

2016-04-26 Thread E. Tadeu
Hi, Is there someone here using Julia + PETSc on Windows? If so, I'd like to know more details about your configuration (which packages, versions, etc.). If not, where should I begin? I've noticed that there's the `JuliaParallel/PETSc.jl` package, and also a (very simple) `PETSc.jl` from