zzzprojects / zzzcode.ai

AI Website for developers. Use ChatGPT to answer questions, write code, and more.
https://zzzcode.ai
MIT License
105 stars 15 forks source link

Integrate site with a compiler #1

Open Beliavsky opened 1 year ago

Beliavsky commented 1 year ago

Suppose the user wants C code generated for a task. Ideally your site will be integrated with a compiler such as gcc, so that the code it generates is checked by a compiler before being shown to the users. If the code does not compiler, the error messages from gcc can be used to prompt ChatGPT to fix the code.

Once a compiler is integrated with the site, let the user run the programs within the site. Without AI, there are online sites that do this, such as https://www.onlinegdb.com/

JonathanMagnan commented 10 months ago

Thank you for your suggestion @Beliavsky ,

We hope that will be done eventually. I contacted last month the owner of https://tio.run, which includes almost all languages, but unfortunately, there was no answer on his part.

We keep this request in mind.

Best Regards,

Jon

JonathanMagnan commented 10 months ago

For an update, we choose to use https://onecompiler.com/ as we can easily embed this one in our page.

We have no date yet, but being able to run code generated is definitely coming soon.

iatu16hd commented 7 months ago

Facebook

iatu16hd commented 7 months ago

facebook