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

Автор DDDDDDDDDDDDDDDDDDDDDDDD, 13 лет назад, По-английски
Since Ruby, Python have been supported here, I have been waiting for Perl for a long time.

Perl is a hot language. Many contestants want to use it, right? :)
  • Проголосовать: нравится
  • -6
  • Проголосовать: не нравится

13 лет назад, # |
  Проголосовать: нравится +22 Проголосовать: не нравится
nope
13 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

ignore
13 лет назад, # |
  Проголосовать: нравится +19 Проголосовать: не нравится
Triple no to your suggestion as I would have to read it o_O
  • 13 лет назад, # ^ |
      Проголосовать: нравится +6 Проголосовать: не нравится
    To be fair, everyone may choose any language he prefers.
    I think Codeforces is not a platform for just C++/Java fans.
    • 13 лет назад, # ^ |
        Проголосовать: нравится +19 Проголосовать: не нравится
      Hacks are essential part of codeforces format. C++, Java, Python, etc. are readable without much of prior experience
      Perl is not
      As someone said, "Perl, the only language that looks the same before and after RSA encryption"
      • 13 лет назад, # ^ |
        Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

        Codeforces allows Haskell. For many people it is more unreadable ;)
        • 13 лет назад, # ^ |
            Проголосовать: нравится +4 Проголосовать: не нравится
          Yep, it is also do not pass that criteria. But I do not want more obscure unreadable languages. Also for some reason perl is more popular so it would be like 2 people with unreadable solutions on average instead of 0.5
          • 13 лет назад, # ^ |
            Rev. 2   Проголосовать: нравится +5 Проголосовать: не нравится

            Yes, as a Haskell user on Codeforces, I agree Haskell is very unreadable for most other language users.
            what I want to say is that, it's different kind of "unreadability" like perl. you know, there is no variable in haskell, so no variable assignment is allowed, hence no for loops. Here everything is mathmatics definition. So I think it will be the most readable language in some particular problems.
            And, for the functional Syntactic sugar, it's already widely used by python and ruby coders.

            and finally, I guess readability depends more on coder than on language used.
      • 13 лет назад, # ^ |
          Проголосовать: нравится +7 Проголосовать: не нравится
        What about Haskell and ActiveTcl?

        The "readability" is based on coder, but not on language. I think most Codeforces contestants are willing to be hacked so that they could resubmit earlier. Unlike TopCoder rules, it is unwise to write dirty code here.
        • 13 лет назад, # ^ |
            Проголосовать: нравится 0 Проголосовать: не нравится
          ActiveTCL is not available in general contests I believe, it only was available during ULR #1
          My answer about Haskell above
  • 13 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится
    Does they prohibit lambdas and Linq for C# coders due to the same reason?
    • 13 лет назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится
      No, just because Mono do not support them
      • 13 лет назад, # ^ |
        Rev. 3   Проголосовать: нравится 0 Проголосовать: не нравится

        I'm just trying to find any reason why they don't upgrade this outdated Mono to newer versions, that support all these new things.
      • 13 лет назад, # ^ |
        Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

        Mono supports lambdas and LINQ perfectly, I'm using it since my first Codeforces day when I decide that would make the problem solution simpler, as compared with C++.
        • 13 лет назад, # ^ |
            Проголосовать: нравится 0 Проголосовать: не нравится
          Hmm... yes, it seems to be dotnet 3.5 compatible, thank you.
          Good news, next time I'll use it too.
  • 13 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится
    C++ code with a lot of Macroses and TypeDef's the same way is hard to understand :)