Add artificial intelligence (AI) to C# compiler and adding the "Keep it simple, stupid!" principle In C# language #66893
Unanswered
Arman-Espiar
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why don’t you add artificial intelligence (AI) to C# compiler and kiss principle “Keep it simple, stupid!” Do not add to C# language? For example, a list should be used everywhere, and where it was necessary for the compiler to convert it to a LinkedList behind the scenes, or we should use a class everywhere, where a record or struct function was better, the compiler would apply the changes by itself. and simplify and improve coding for programmers.
This is just an idea!, I don't know if it is possible or not, but ChatGPT can write Python codes and even explain the codes to you.
Beta Was this translation helpful? Give feedback.
All reactions