Settings

Theme

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

1 points by kannangce 3 years ago · 0 comments · 1 min read


I'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.

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.

Does this approach seems viable?

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection