Блог пользователя falcoln

Автор falcoln, история, 6 месяцев назад, По-английски

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)

  • Проголосовать: нравится
  • +6
  • Проголосовать: не нравится

»
6 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by falcoln (previous revision, new revision, compare).

»
6 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by falcoln (previous revision, new revision, compare).

»
6 месяцев назад, # |
  Проголосовать: нравится +13 Проголосовать: не нравится

I would make python eliminate anyone who uses .format() instead of f string.

»
6 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

A function which takes problem statement as the input and gives the most optimal code as the output.

»
6 месяцев назад, # |
  Проголосовать: нравится +9 Проголосовать: не нравится

I would make C++ support high-precision integer and floating in STL.

»
6 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Visualisation of my code. It would make it easy to debug any code including recursion.

»
6 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Make it able to solve the halting problem in while keeping it Turing complete.

  • »
    »
    5 месяцев назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Agreed, though, technically, the halting problem is decidable for physical computers because they have finite states and thus aren't actually Turing machines.

»
5 месяцев назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

automatically solve CF problems

»
5 месяцев назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

maybe I want python as fast as C++ :)

»
5 месяцев назад, # |
  Проголосовать: нравится +23 Проголосовать: не нравится

Every stroke decreases penalty by 5 minutes

»
5 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Make it able to solve the TSP problem in polynomial time :)))))

»
5 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Long arithmetics in c++

»
5 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Find overlapping subproblems automatically and implement DP as an optimisation.

»
5 месяцев назад, # |
  Проголосовать: нравится -8 Проголосовать: не нравится

C++ as fast as Python

wait-

»
5 месяцев назад, # |
  Проголосовать: нравится +24 Проголосовать: не нравится

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.

»
5 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Pass by reference (**Java Guy**)

»
5 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

if we do this then you will be too lazy to code long code's!!!

»
5 месяцев назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

Put algorithms and data structures into STL,like AtCoder Library.

»
5 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Automatically RE when UB or overflow/underflow in C++

  • »
    »
    5 месяцев назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    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.

»
5 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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 :-)