BenLauwens / ThinkJulia.jl

Port of the book Think Python to the Julia programming language
Other
548 stars 138 forks source link

adress explicitly the problem of for loops in the REPL (ie global scope) #36

Open reumle opened 4 years ago

reumle commented 4 years ago

Having just wrestled with the global vs local issue in these for loops, my opinion is that the Julia Docs and tutorials

In my opinion your great book (really!) would give another service to the Julia community if you did this.... Thank you!

BenLauwens commented 4 years ago

Next revision will tackle the global vs local issue. I wait for the next major release of Julia because some things changed from Julia v1.0 to v1.1 to v1.2 ...