You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,26 @@
1
+
NOTE: EVERYTHING this repositoriy wiht the exception of this own note ahs been
2
+
generated integrally with chatGPT and asked gradually how to correct or refactor each one
3
+
of the errors that showed up on the terminal.
4
+
5
+
For that I followed as guidelines these both articles:
6
+
[Building A Virtual Machine inside ChatGPT](https://www.engraved.blog/building-a-virtual-machine-inside/)
7
+
[Building an interpreter for my own programming language in ChatGPT](https://6502.is-a.dev/posts/aoc-2022/)
8
+
9
+
It took me around two hours, where ChatGPT was the mian pilot and I became the copilot, trying to run
10
+
the project and asking gpt gpt to refactor the parts of the code that didn't run, showing the console output mistake and how would it fix the given function etc.
11
+
12
+
I could ask to change the tests form unittest to pytest and similar tasks,... and it did so, The files I ask it to "cat" them and just copied them on my filesystem.
13
+
14
+
The language doesnÄt completely run but it was just a 2 hour experiment.
15
+
16
+
The day GPT is the Pilot and humans become the copilot in a pair programming role is almost here.
0 commit comments