Need Developer Docs for adding a new language/kernel
See original GitHub issueGreat tool! Would be great for me and future generations to document the steps needed to add a new language.
Consider Scheme. There is a link to a live kernel here:
Details:
- file extension (that we use):
.ss
- comment from here to end of line:
;
(often times we use two or more) - kernel: https://github.com/Calysto/calysto_scheme
Anything else one needs?
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Programming Language — The Linux Kernel documentation
The kernel is written in the C programming language [c-language]. ... significant syntactic changes to the language (e.g. adding a new keyword) [n2049]....
Read more >Making kernels for Jupyter — jupyter_client 7.4.8 documentation
Making kernels for Jupyter . A 'kernel' is a program that runs and introspects the user's code. IPython includes a kernel for...
Read more >Kernels (Programming Languages) - Jupyter Documentation
Kernels #. Kernels are programming language specific processes that run independently and interact with the Jupyter Applications and their user interfaces.
Read more >Chromium OS Development Basics
Nearly all userspace code in the Chromium OS project, whether it's part of the Chrome browser itself or a system daemon exposing new...
Read more >The Linux Kernel Module Programming Guide - GitHub Pages
Without modules, we would have to build monolithic kernels and add new functionality directly into the kernel image. Besides having larger kernels, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dsblank , I will soon review the treatment of magics in Jupytext (and possibly make it simpler, cf. #94). May I ask you two questions?