Replies: 1 comment
-
It's fairly straightforward to add languages. This question came up on Twitter recently, in fact: https://twitter.com/GamerBlom/status/1563154306945417216 Here's another example: https://twitter.com/bvfors/status/1436465058528337937 These show two slightly different approaches. The first one has a .NET wrapper whereas the second one communicates purely via messages over standard I/O. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am working for a company that has our own custom language. It is an ML-like but is not a .NET language. Being familiar with .NET Interactive notebooks (mainly through F#), I am wondering if it is possible to self-add a custom language kernel to .NET Interactive such that users could pull in a package or VS Code extension or something and use this custom language in .NET Interactive notebooks. This is sort of treating .NET Interactive as a notebook platform.
The benefits are that:
If possible, it would be great if it's possible to also add the language to the cell selection window.
Beta Was this translation helpful? Give feedback.
All reactions