How to implement a programming language to the interactive output? (original) (raw)

September 12, 2024, 1:44pm 1

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

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. ✨

Enno September 17, 2024, 9:14am 3

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.