Is there a general #literalProgramming environment that works across multiple languages?
Imagine Jupyter Notebooks for any language (and maybe with a simple format to avoid lock-in to an editor)

#coding

This looks interesting, compatible with #Emacs #orgmode https://orgmode.org/worg/org-contrib/babel/
Babel: Active Code in Org

@[email protected]
Babel is not just compatible with GNU #Emacs, it's part of GNU Emacs; as is #Org Mode.

Lots of us use Babel to organise our Emacs init.

I'm using Org Mode and Babel to do programming course work, so I can keep all my notes and coding together in one file and tangle the code to the files where my coursework is submitted.

And that's just using Babel trivially. When people start running code inside the Org files and using the results, that's when it starts to get really interesting.

@ecadre I’m really excited to try! I’m going to be learning Zig at the same time, going to be fun.

One of the reasons to change to Emacs, is to keep study notes