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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
NOTE: EVERYTHING this repositoriy wiht the exception of this own note ahs been
1
+
NOTE: EVERYTHING this repositoriy with the exception of this own note has been
2
2
generated integrally with chatGPT and asked gradually how to correct or refactor each one
3
3
of the errors that showed up on the terminal.
4
4
@@ -7,11 +7,11 @@ For that I followed as guidelines these both articles:
7
7
[Building an interpreter for my own programming language in ChatGPT](https://6502.is-a.dev/posts/aoc-2022/)
8
8
9
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.
10
+
the project and asking 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
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.
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
13
14
-
The language doesnÄt completely run but it was just a 2 hour experiment.
14
+
The language doesn't completely run but it was just a 2 hour experiment.
15
15
16
16
The day GPT is the Pilot and humans become the copilot in a pair programming role is almost here.
0 commit comments