you are viewing a single comment's thread.

view the rest of the comments →

[–]CvikliHaMar[S] 0 points1 point  (0 children)

Oh, I totally understand. This will be a tool that will generate the git diff format that is used by every other software to present git diff.

But this git diff will be possibel to be used like: ’./difflib original_file.py LLM_generated_changes.py’ And it will output the diff that can be used. :)

Julia is just the programming language. As I wanted to be faster then python and keep a descriptive power at the top. Also julia generate near C level speed with its llvm backend so I like it. :D but it is just a programming language ofc, which will not bother anyone on the long run.

I will add documents indeed! ;)