falcoln's blog

By falcoln, history, 3 months ago, In English

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)

  • Vote: I like it
  • +6
  • Vote: I do not like it

»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
3 months ago, # |
  Vote: I like it +13 Vote: I do not like it

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

  • »
    »
    3 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Hell nahh(⁠☞⁠ ⁠ಠ⁠_⁠ಠ⁠)⁠☞

»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    3 months ago, # ^ |
      Vote: I like it +1 Vote: I do not like it

    And why?

    • »
      »
      »
      3 months ago, # ^ |
        Vote: I like it -7 Vote: I do not like it

      Every one will be red. No ratism will exist.😌 😎

      • »
        »
        »
        »
        3 months ago, # ^ |
          Vote: I like it +23 Vote: I do not like it

        Actually, due to how the CF rating system works, everyone would converge to around 1400 rating instead of becoming grandmasters

        • »
          »
          »
          »
          »
          3 months ago, # ^ |
            Vote: I like it 0 Vote: I do not like it

          (Tell him you are smarter than him without telling him you are smarter than him)

        • »
          »
          »
          »
          »
          3 months ago, # ^ |
            Vote: I like it +1 Vote: I do not like it

          In that case too, everyone will have similar ratings, so no ratism. 😉 😁

»
3 months ago, # |
  Vote: I like it +9 Vote: I do not like it

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

»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
3 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    2 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

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

»
2 months ago, # |
  Vote: I like it +3 Vote: I do not like it

automatically solve CF problems

»
2 months ago, # |
  Vote: I like it +8 Vote: I do not like it

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

  • »
    »
    2 months ago, # ^ |
      Vote: I like it +1 Vote: I do not like it

    Just use c++ instead

  • »
    »
    2 months ago, # ^ |
    Rev. 2   Vote: I like it +1 Vote: I do not like it

    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++.

»
2 months ago, # |
  Vote: I like it +23 Vote: I do not like it

Every stroke decreases penalty by 5 minutes

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Long arithmetics in c++

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Find overlapping subproblems automatically and implement DP as an optimisation.

»
2 months ago, # |
  Vote: I like it -8 Vote: I do not like it

C++ as fast as Python

wait-

»
2 months ago, # |
  Vote: I like it +24 Vote: I do not like it

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.

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Pass by reference (**Java Guy**)

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
2 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

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

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    2 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    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.

»
2 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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