4 ms·
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
by txgvnn 1y ago
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 https://www.youtube.com/watch?v=dljNabciEGg
- smitty1e 1y agoOrg-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/ https://org-babel.readthedocs.io/en/latest/
- xenodium 1y agoEmacs 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://xenodium.com/ob-swiftui-updates - https://github.com/xenodium/ob-dall-e-shell https://github.com/xenodium/ob-dall-e-shell - https://github.com/xenodium/ob-chatgpt-shell https://github.com/xenodium/ob-chatgpt-shell - https://xenodium.com/org-babel-objective-c-support https://xenodium.com/org-babel-objective-c-support