Julia vs R vs Python: simple MLE problem

Sounds good. I’ve been in search of a good interface for Julia to do common econometric MLE problems (stuff that’s not in GLM, e.g. multinomial logit, etc.). I’ve tried implementing in JuMP but the Hessian computation was overly burdensome (in terms of memory usage—see this discourse). So it seems like using Optim instead of JuMP may be an improvement.