Paul’s Substack • 0 implied HN points • 04 Jul 24
- Transpiling code between different languages can be challenging, especially when going from a low-level language like Scheme to a higher-level language like Python.
- Creating a higher-than-high-level language (HHLL) can help capture manual reverse-engineering processes and facilitate transpilation to different programming languages.
- Approaching complex coding tasks by manually writing scripts, creating grammars, and testing transpilers can help in achieving programming goals efficiently.