TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Validation of a Thought(LLM -> LISP -> Transpile)

1 pointsby kannangcealmost 2 years ago
I&#x27;m trying out a code generation problem using open-source transformer models. With almost all of the models, the context window size seems to be a problem.<p>I had a thought that, instead of generating the code for the target language directly, what if we can generate a concise code and transpile it? In that approach, I feel generation could be in some LISP dialect and from there transpilation could be to any language. Of course APL can be an intermediate language here but that has other challanges like learning, custom keyboard, etc.<p>Does this approach seems viable?

no comments

no comments