Documentation generation The language could automatically generate comprehensive documentation for written code. (6_9) OR Self-Debugging The language itself could automatically detect and rectify errors. This could involve highlighting problem areas, suggesting fixes, or even attempting to rewrite problematic sections. (0-0)
Auto comment: topic has been updated by falcoln (previous revision, new revision, compare).
Auto comment: topic has been updated by falcoln (previous revision, new revision, compare).
I would make python eliminate anyone who uses .format() instead of f string.
Hell nahh(☞ ಠ_ಠ)☞
A function which takes problem statement as the input and gives the most optimal code as the output.
And why?
Every one will be red. No ratism will exist.😌 😎
Actually, due to how the CF rating system works, everyone would converge to around 1400 rating instead of becoming grandmasters
(Tell him you are smarter than him without telling him you are smarter than him)
In that case too, everyone will have similar ratings, so no ratism. 😉 😁
im ratist towards everyone equally though
Username checks out.
I would make C++ support high-precision integer and floating in STL.
auto?
elaborate?
Visualisation of my code. It would make it easy to debug any code including recursion.
Make it able to solve the halting problem in while keeping it Turing complete.
Agreed, though, technically, the halting problem is decidable for physical computers because they have finite states and thus aren't actually Turing machines.
automatically solve CF problems
then everyone will get grandmasters and most of user will lose interest in programming(
You are still blue after so many months, Looooooool
when turbo tao tao sae mink
maybe I want python as fast as C++ :)
Just use c++ instead
I like Python than C++ (although I know Python slow)
Just use C insteadok
Someone tried to make Ruby a compiled language and made Crystal (which is syntactically very similar to Ruby), maybe the same might work out for Python?
If you just want indentation. Nim might be a choice. It compiles down to C/C++.
Every stroke decreases penalty by 5 minutes
Make it able to solve the TSP problem in polynomial time :)))))
Long arithmetics in c++
for what reason?
Find overlapping subproblems automatically and implement DP as an optimisation.
C++ as fast as Python
wait-
0-0
I will give C++ the superpower of invisibility so that when Hori is coding at home and trying to compete all he will be able to see is the anime girl background of his text editor, thus rendering him unable to focus on the competition at hand.
is Hori kinda of some proffesional solver? idk ;/ first time too see her/him
Pass by reference (**Java Guy**)
if we do this then you will be too lazy to code long code's!!!
Put algorithms and data structures into STL,like AtCoder Library.
Automatically RE when UB or overflow/underflow in C++
You can add -fsanitize=undefined to your compiler options. This requires libubsan to be installed. It automatically REs when a UB/overflow happens, and tells you why.
I would like to enhance the program so that it can execute the 'Hello World' code for any given Codeforces question and at the backend it gives Accepted all the time :-)