Hello, there is already some support for the Julia language in Spyder:
- you can create and edit .jl files and have syntax highlighting - you can run a .jl file using the IPython console using the following syntax ! julia Simulator.jl where Simulator.jl is an arbitrary Julia source code file. There already was a first try to integrate an IJulia console: https://bitbucket.org/spyder-ide/spyderlib/pull-requests/71/julia-console-for-spyder/diff This would be useful, because you could inspect variables, use the inbuilt help functions and test code snippets interactively. There is no issue yet, to track this request. Shall I create one? If I should try starting to implement this feature, should I start with the head branch? Should it be a plugin, or which file(s) should I start to look at? Best regards: Uwe -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
