

Then perhaps more inline documentation/examples around using K-Notebooks could be hosted at said URL. K now supports interactive online literate programming via K-Notebooks, which allow users to simultaneously write, document, run and share K examples and projects all in the one place. Here is just a small example of what some documentation might look like leading users to use interactive K Notebooks, for example: There is an example link provided on that project but looks like it was just a POC and the link seems to be dead. It looks like this allows someone to host an online K IDE themselves, rather than providing the IDE-as-a-service, so to speak. There is an existing GitHub project called KWeb.
#Scratchpad online code#

For C#, for example there’s dotnetfiddle - this allows C# code to be run in the browser and also for examples to be shared with a link.

This has got syntax highlighting and an interactive scratchpad, but no ability to share links to examples from what I can tell. There are similar online IDEs/scratchpads/Noteboooks/compilers for other languages e.g. For example, if the online tool allowed people to create a to their scratchpads (like dotnetfiddle does, as just one example), these could be shared, giving recipients instant interactive access to an idea, without having to download/compile anything.
