Multi Language Support in Interactive Window (Julia, Rust, CSharp, etc)
See original GitHub issueWorkflow
- User has Julia kernel installed
- User installs our extension
- User opens Julia file & creates a cell marker using
# %%
- Code lenses appear allowing user to run cell
- User runs cell (code) & interactive window appears
- Jupyter, Python, Python extension not required
Technical details
- Determine available kernels
- Based on available kernels, add support for cells code lenses in text editors
- Super easy to add support for julia, rust, csharp, fsharp, etc… (super easy changes to implement this feature)
Support Features
- Cell commands (run, run above, run below, add, insert, move, etc)
- Interactive window commands work
- Restart, interrupt, etc
- Basic Intellisense in prompt (comes from kernel - hence supported if kernel supports this)
Possible MVP
- No support for debugging
- No need of exposing APIs from extension
- When other languages need features we can expose this API (debugging, variables, etc)
- Allow users to disable interactive window code lenses in other languages (if they dont need this)
- Via an experiment
Screenshots of prototype with it working in Julia, Rust, CSharp, fsharp
Issue Analytics
- State:
- Created 3 years ago
- Reactions:12
- Comments:17 (7 by maintainers)
Top Results From Across the Web
Comparison of Rust to Julia for scientific computing? - Offtopic
I had some students come ask me about implementing material from my numerical analysis course (which used Julia) in part of their Rust...
Read more >Rust with Visual Studio Code
Rust is a powerful programming language, often used for systems programming ... which supports installation on Windows, macOS, and Linux.
Read more >Supported languages in Azure Functions - Microsoft Learn
The following table shows which languages are supported in each runtime version. Language, 1.x, 2.x, 3.x, 4.x. C#, GA (.
Read more >Programming Languages to Avoid and Learn in 2022.
C# — Platform agnostic, simple, general-purpose language, desktop, console and web application, windows and web services, game development, VR, AR.
Read more >15 Best WYSIWYG HTML Editors (Free Visual Web Editor) 2022
Froala WYSIWYG HTML Editor, Mac, Windows and Linux, 30 Days Free Trial ... Workflow, Flexibility, and Interactive, and Multilingual support ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for expressing the interest in this feature, we haven’t prioritized this feature.
Just sending some ❤️ to this feature request… Looking forward to being able to use Rust’s Evcxr Jupyter kernel https://github.com/google/evcxr/tree/main/evcxr_jupyter 🥂