interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Add Support for C++

Open Jisu-Woniu opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe. .NET interactive doesn't support C++ by now, so I have to use xeus-cling on WSL.

Describe the solution you'd like Please add support for C++, so I can use C++ in an interactive notebook easier. C++ is an universal language for most systems in the world. I believe supporting such a language will be benificial for many developers.

Describe alternatives you've considered I've tried xeus-cling, an extension for Jupyter which doesn't support Windows yet, on WSL and used browser to access it. It is a little difficult to install and setup for use.

Jisu-Woniu avatar May 20 '21 11:05 Jisu-Woniu

As this would be the first compiled language, this will be complicated. Quite interesting though to see if it can be integrated with the shared context.

Regenhardt avatar Aug 08 '23 20:08 Regenhardt

I am teaching basic programming with C++, C#, Python, JavaScript and TypeScript. I want to show algorithm implemented in various languages in one file rather than using different files.

So please kindly make Polyglot Notebook support C++ and TypeScript too.

suugbut avatar Feb 22 '24 13:02 suugbut