JuliaQuant / FinancialBlotter.jl

Trade and Portfolio Accounting in Julia
Other
13 stars 12 forks source link

Exclamation marks reserved for mutating functions #12

Closed calder closed 10 years ago

calder commented 11 years ago

From the manual:

Julia has several functions that can mutate their arguments. For example, it has sort(v) and sort!(v).

milktrader commented 10 years ago

This package needs a complete overhaul. One issue is that yahoo and fred methods should probably not be exported but users should use the Quandl package. That package is awaiting a consistent time-aware Dataframe as well as a readtable method that accepts http addresses.

But anyway, thanks for the correction. I forgot all about that function.