Preferences

If you are interested with Literate programming, you should try Emacs. Some packages are org-mode, eev and even elisp are best for literate programming. Example https://www.youtube.com/watch?v=dljNabciEGg

xenodium
Emacs org babel is super handy and fun. Sometime ago, I took a peek at one of the supported languages to see if I could get Objective-C working. It was fairly straightforward. Since then, I added SwiftUI, LLMs, and Dall-E babel support.

- https://xenodium.com/ob-swiftui-updates

- https://github.com/xenodium/ob-dall-e-shell

- https://github.com/xenodium/ob-chatgpt-shell

- https://xenodium.com/org-babel-objective-c-support

smitty1e
Org-babel[1]:

"Literate programming (LP) offers 2 classical operations:

    Tangle: Extract the source code blocks and generate real working code files for further compilation or execution, eventually outside of Emacs.

    Weave: Export the whole Org file as literate, human-readable documentation (generally in HTML or LaTeX)."


[1] https://org-babel.readthedocs.io/en/latest/

This item has no comments currently.