How to implement a programming language to the interactive output?

Hi there!
I recently used Jupyter in an SAP-Workshop and I am fascinated about the ability to run program code in the editor and directly see the results.

Can someone please explain what things need to be done/ considered to add another “output interpreter” to Jupyter?

The main work has already been done by Lars Hvam: https://transpiler.abaplint.org/

Thanks in Advance
~Enno

1 Like

Does this only work if we add the word write and ‘’? I am curious about how do you create this type of editor? I would like to create one for myself. :sparkles:

You can see the sourcecode here: GitHub - abaplint/transpiler: ABAP to JS transpiler & runtime
It’s not my project, but I was curious about what to do to integrate ABAP language in Jupyter.