• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
_Fatum_ Avatar
Name:Roman Batrakov
Clan:Unknown
Member Since:Oct 2016
Last Seen:Jul 2025
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (9)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • Javatlacati
      • commented on "HTML dynamic color string generation" kata
      • 4 years ago

      have you tried to make the dunction a static one? ;)

    • Custom User Avatar
      • _Fatum_
      • commented on "A Chain adding function" kata
      • 6 years ago

      I did it, It was really hard ))

    • Custom User Avatar
      • _Fatum_
      • commented on "Adding Big Numbers" kata
      • 7 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • Unnamed
      • commented on "A Chain adding function" kata
      • 7 years ago

      It's immutable in both cases. You can use substitution for pure functions.
      auto a = add(1)(2); means that a is and will forever be the same thing as add(1)(2). You can substitute one with the other in any place.
      a == add(1)(2) == 3, a(3) == add(1)(2)(3).

    • Custom User Avatar
      • _Fatum_
      • commented on "A Chain adding function" kata
      • 7 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • Unnamed
      • commented on "A Chain adding function" kata
      • 7 years ago

      a(3) should be 6, but a is still the value of add(1)(2) and should be 3. It doesn't have any mutable state.

    • Custom User Avatar
      • _Fatum_
      • created a question for "A Chain adding function" kata
      • 7 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • _Fatum_
      • commented on "HTML dynamic color string generation" kata
      • 7 years ago

      If you get the errors of compile like "main.cpp:57:40: error: call to non-static member function without an object argument"
      Do the method 'generateColor()' as static. It helped for me

    • Custom User Avatar
      • Winter_Foxo
      • commented on "Will you make it?" rust solution
      • 7 years ago

      Just wow..

    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...