huynhtrankhanh / humanlike-coq

coq but acts more human. hopefully mobile friendly 👀
BSD Zero Clause License
0 stars 0 forks source link

humanlike-coq

note to self: write in PHP. plenty of jobs are in PHP at the moment

coq but acts more human. hopefully mobile friendly 👀

this thing uses OpenAI's models and coq-lsp to make a chatbot interface for Coq. well not exactly chatbot, users have to perform some actions aside from chatting, for example selecting a line

I hope I'll be able to pull this off and provide a video demo :)

some ideas:

is this similar to lean-chat? the only similarity is both lean-chat and humanlike-coq touch the openai API. but lean-chat only translates natural language into code, it doesn't provide a complete solution to manipulate a big project. this thing does

the intention behind this thing is to explore how Coq could be adapted for mobile users. coding on mobile is more relaxing and flexible. if Coq can be used on mobile devices, this can drive a lot of users towards Coq

copyright: this repository is available under the 0BSD license. however, both Coq and coq-lsp are under LGPL. I only provide this source code, it's up to you to configure Coq and coq-lsp to make the whole thing work