Lama2
Lama2 copied to clipboard
Export l2 file into cURL, Python, JS, etc
It'll be super handy to have an option to generate Python/JS/Other code from .l2
specifications.
curlconverter seems like a nice JS project which can generate code in multiple languages, given a curl input. So, then, the subproblems become:
- Create cURL from
.l2
- Use
goja
VM to loadcurlconverter
- Pass the new curl command to curlconverter, to get code in various languages
- Add UI support in VSCode extension