Hi Everyone: I have been followed Julia for some time and think this is a great language for high performance computing. With 0.4 I am seriously thinking about using it for my project. One concern is the language still in developing phase and constantly evolving, and some breaking changes may cause problems for project maintenance. I am wondering:
1) Is the core API/libraries stable enough for production use? 2) Which aspects of core API/libraries is likely to revised in the future? I notice in 0.4 release documentation (https://github.com/JuliaLang/julia/blob/release-0.4/NEWS.md), all breaking changes are clearly stated, which is a good thing. Just a small suggestion, it would be better to give warnings on current/future deprecated usages via interpreter itself, similarly to what Matlab advices to its users. Thanks a lot for your answers and advices! Jacob