Skip to content

Commit 991eb94

Browse files
committed
adding final note
1 parent 638edce commit 991eb94

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
17+
18+
19+
Actual generated README code begins here:
20+
21+
----
22+
23+
124
Elm-python
225
=========
326

@@ -43,4 +66,10 @@ Roadmap
4366
License
4467
-------
4568

46-
MIT
69+
MIT
70+
71+
72+
73+
All the python code lines are:
74+
75+
ls -1 *.py|cat|wc -l

0 commit comments

Comments
 (0)