• 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
extrn Avatar
Name:Unknown
Clan:Unknown
Member Since:Nov 2018
Last Seen:Mar 2025
Profiles:
Following:1
Followers:2
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (12)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • jessedo
    • commented on "Simple array product" haskell solution
    • 3 months ago

    This should not be marked as good practise. It has a very bad performance due to it being brute force.
    Try running "solve $ replicate 100 [1..100]".
    Warning! You will most likely run out of memory and crash the pc. Other more optimized solutions are basically solved instantly.

  • Custom User Avatar
    • Chrono79
    • commented on "Is he gonna survive?" haskell solution
    • 15 months ago

    Use spoiler flag next time please. Your post was visible in the homepage.

  • Custom User Avatar
    • cplir-c
    • commented on "Is he gonna survive?" haskell solution
    • 15 months ago

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

  • Custom User Avatar
    • VDSurChauffe
    • commented on "Is he gonna survive?" haskell solution
    • 15 months ago

    New to Haskell, how does this work?

  • Custom User Avatar
    • checkersai
    • commented on "Unique In Order" haskell solution
    • 16 months ago

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

  • Custom User Avatar
    • JohanWiltink
    • resolved a suggestion on "Hamming Numbers" kata
    • 3 years ago

    Upgraded tests and example solution.

  • Custom User Avatar
    • extrn
    • created a suggestion for "Hamming Numbers" kata
    • 4 years ago

    The test cases in Haskell are wery weak. Consider using

    forAll (choose (1, length hams)) $ \x -> ...
    

    instead of

    property $ \x -> x > 5000 || x < 1 || ...
    
  • Custom User Avatar
    • 0xgainz
    • commented on "String ends with?" haskell solution
    • 4 years ago

    Simple and clean.

  • Custom User Avatar
    • extrn
    • commented on "Stringy Strings" haskell solution
    • 5 years ago

    It's not about size. In point-free version cycle "10" will most likely be evaluated only once (even if you don't really need it in this case)

  • Custom User Avatar
    • extrn
    • commented on "Word Segmentation" haskell solution
    • 5 years ago

    Thanks :)
    Applicative/Monadic parsers are really great.

  • Custom User Avatar
    • Opabinia
    • commented on "Word Segmentation" haskell solution
    • 5 years ago

    Wow, yours is so much nicer than mine. Although I haven't grokked how to use ReadP at all, so I have an excuse.

    Actually, the tutorials are all rather in-depth, so seeing such nice simple code examples turns out to be the best learning method.

    That's beautiful Haskell though!

  • Custom User Avatar
    • mzedeler
    • commented on "Unique In Order" haskell solution
    • 6 years ago

    Can someone please explain this? (I'm mostly curious about the last line.)

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...