Many of you might be familiar with Emacs’s Org-Mode enabling really amazingly quick and powerful workflows with plain-text files.
One remarkable feature of Org-Mode ist Babel, which implements the evaluation of code snippets in a large variety of programming languages.
In particular, Babel enables in-line code evaluation, i.e. direct evaluation of a code snippet within a sentence of normal text.
This is really helpful for assembling reports (texts) when analyzing data.
Since Org-Mode as an Emacs extension is written in Scheme like TeXmacs extensions, I wanted to suggest integrating functionality comparable to Babel in TeXmacs.
I hope to be able to do so one day by myself with more knowledge of TeXmacs code and Scheme, but all I can unfortunately do for now is to suggest this as a potentially highly useful feature for TeXmacs.