Replies: 1 comment 2 replies
-
ChatGPT is pretty crazy. It doesn't produce immediately usable code (at least for me), but it gets eerily close a lot of times. Earlier today I did a similar experiment, with the use-case of writing a SDL2 inner event loop for McCLIM. This first cut wasn't too bad, but then it blew my mind when I asked it to convert the case based event type dispatch to CLOS based dispatch. The result was pretty much perfect! This is the transcript of my ChatGPT conversation: https://gist.github.com/jolby/e1cfb217a411603ed1ee446d9d483a6c |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So just for fun, a friend asked ChatGPT to write a CL function that did OpenGL picking. The result is below. I assume GPT found it in a GitHub or such somewhere, but a cursory Google search on the code terms returns no obvious results. I have not tested the code.
Beta Was this translation helpful? Give feedback.
All reactions