[julia-users] How to play "synchronized" in Julia

2015-11-18 Thread Yuhui ZHI
I have a list and two threads. One thread can push messages to the list and the other can pop messages from the list. So obviously I need to use something like "synchronized" in Java because I may push a very huge message into the list. If the push is not finished while the other thread

[julia-users] How to embed Julia into Visual Studoi 2013?

2015-03-10 Thread Yuhui ZHI
Hello everyone, I have a question: how to embed Julia into VS2013? I have read this: https://github.com/JuliaLang/julia/blob/release-0.3/doc/manual/embedding.rst But I still have no idea. I am using vs2013 in the system of Windows10. I have created a project and now I want to use Julia in