CarperAI / InstructGPT

For experiments involving instruct gpt. Currently used for documenting open research questions.
MIT License
71 stars 3 forks source link

[task] Code Transpiler #15

Open jon-tow opened 1 year ago

jon-tow commented 1 year ago

🚀 The Task

Given a code snippet in one source language, rewrite it in another language. This is useful for converting programs in "slow" languages to "faster" ones ("I have this really concise code written in Haskel; Can you make it fast by converting it to C++?")

Example

Rewrite the following program:
     <source-lang-1>
into <source-lang-2>

Additional Notes