There is actually an open source pluging for python for VS that is developed by MS. The whole package is VERY smooth (including debugger etc). If someone wanted to create a julia plugin for VS, that would probably be a great starting point. Certainly not me, though :)
From: julia-users@googlegroups.com [mailto:julia-users@googlegroups.com] On Behalf Of Stefan Karpinski Sent: Tuesday, March 10, 2015 6:17 PM To: Julia Users Subject: Re: [julia-users] How to embed Julia into Visual Studoi 2013? The embedding talked about in that page is how to call Julia from C/C++ programs. While VS2013 is a C++ program, unless you have the source for it, that doesn't really help. It may be possible to write a Julia plugin for VS2013, however, but that would take a lot of time, effort and expertise. On Tue, Mar 10, 2015 at 12:22 PM, Yuhui ZHI <yuhui.zh...@gmail.com <mailto:yuhui.zh...@gmail.com> > wrote: 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 it. So I want to know how to embed Julia here. Could someone help me??? thanks a lot!