DDDDDDDDDDDDDDDDDDDDDDDD's blog

By DDDDDDDDDDDDDDDDDDDDDDDD, 13 years ago, In English
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? :)
13 years ago, # |
  Vote: I like it +22 Vote: I do not like it
nope
13 years ago, # |
  Vote: I like it +19 Vote: I do not like it
Triple no to your suggestion as I would have to read it o_O
  • 13 years ago, # ^ |
      Vote: I like it +6 Vote: I do not like it
    To be fair, everyone may choose any language he prefers.
    I think Codeforces is not a platform for just C++/Java fans.
    • 13 years ago, # ^ |
        Vote: I like it +19 Vote: I do not like it
      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 years ago, # ^ |
        Rev. 2   Vote: I like it 0 Vote: I do not like it

        Codeforces allows Haskell. For many people it is more unreadable ;)
        • 13 years ago, # ^ |
            Vote: I like it +4 Vote: I do not like it
          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 years ago, # ^ |
            Rev. 2   Vote: I like it +5 Vote: I do not like it

            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 years ago, # ^ |
          Vote: I like it +7 Vote: I do not like it
        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 years ago, # ^ |
            Vote: I like it 0 Vote: I do not like it
          ActiveTCL is not available in general contests I believe, it only was available during ULR #1
          My answer about Haskell above
  • 13 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it
    Does they prohibit lambdas and Linq for C# coders due to the same reason?
    • 13 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it
      No, just because Mono do not support them
      • 13 years ago, # ^ |
        Rev. 3   Vote: I like it 0 Vote: I do not like it

        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 years ago, # ^ |
        Rev. 2   Vote: I like it +1 Vote: I do not like it

        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 years ago, # ^ |
            Vote: I like it 0 Vote: I do not like it
          Hmm... yes, it seems to be dotnet 3.5 compatible, thank you.
          Good news, next time I'll use it too.
  • 13 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it
    C++ code with a lot of Macroses and TypeDef's the same way is hard to understand :)