Generate Code for 100 different programming languages.

Status
Not open for further replies.

JNinja

Junior Member
Joined
Aug 13, 2022
Messages
192
Reaction score
213
Hey BHW,

Found another code AI code generator. This one lets you generate code for up to 100 different programming languages. It's pretty cool.

Here's the site: https://codepolyglot.com

They have a free plan on there for people who want to try it out.

Share what code you've managed to create. Was pretty handy when I generated some python scripts.
 
probably like:

#include <stdio.h>
int main() {
printf("hello world\n");
exit(0);
}

wrote it myself though... so l33t "look mom no AI"
 
Is this another chatGPT clone using their API or someting different?
 
Hey BHW,

Found another code AI code generator. This one lets you generate code for up to 100 different programming languages. It's pretty cool.

Here's the site: https://codepolyglot.com

They have a free plan on there for people who want to try it out.

Share what code you've managed to create. Was pretty handy when I generated some python scripts.
The worst site I've seen so far.
I asked it to write a python code for a simple task, I got this:
"I'm sorry, but I cannot write Python code as I am a language model AI and do not have the capability to generate executable code. However, I can give you an idea of how you can approach the task. "

I thought its work is to write codes :confused:
 
Status
Not open for further replies.
Back
Top