Pass the arguments, please
16 Jan 2015
According to Julia documentation…
It is […] worth emphasizing that functions should take arguments, instead of operating directly on global variables (aside from constants like
pi).
Let’s see if there is a difference in runtime depending on whether a function takes arguments, takes globals, or uses internal variables (the latter may not be a very fair comparison in this case).
After I switched to Linux (Mint 17.1), I’ve been experiencing horrible WiFi connectivity. At Starbucks or a local library, where the connection strength is (apparently) better, I could connect easily, but at home my laptop could not connect at all, while my wife’s Windows-running laptop (or my phone) had no problem, e.g., streaming.
In Python/Pandas we have: