dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.9k stars 387 forks source link

C++ support in Polyglot notebooks #3028

Open leestott opened 1 year ago

leestott commented 1 year ago

Is your feature request related to a problem? Please describe. C++ support in Polyglot notebooks For teaching C++ to students at Imperial College London @ggorman

Describe the solution you'd like We need C/C++ support. How would we use it: Introduction to C++ course or OpenMP as mixing explanation and code snippets is highly effective for teaching.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

We have tried Zeus but it was a nightmare to install (ie it doesn't matter whether I can install it, the question is whether I can get all 100 students to install it before class so a codespaces of devcontainer environment for these solution is key the Polyglot team should surface and make containers solutions available via GitHub Education and Classroom)

Chaoses-Ib commented 1 year ago

May be a duplicate of #1352.