question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multi Language Support in Interactive Window (Julia, Rust, CSharp, etc)

See original GitHub issue

Workflow

  • 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

Screen Shot 2020-10-20 at 18 32 38 Screen Shot 2020-10-20 at 18 41 22

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:12
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

4reactions
DonJayamannecommented, Jul 21, 2021

Thanks for expressing the interest in this feature, we haven’t prioritized this feature.

2reactions
adam248commented, Oct 8, 2022

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 🥂

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found