• 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
jbristow Avatar
Name:Jon Bristow
Clan:Intuit
Member Since:Oct 2016
Last Seen:May 2020
Profiles:
Following:53
Followers:53
Allies:53
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (6)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • user8436785
    • commented on ""Vasya - Clerk" Clojure Translation"
    • 6 years ago

    Sample tests use lists instead of vectors.

  • Custom User Avatar
    • cliffstamp
    • commented on ""Replace With Alphabet Position" Clojure Translation"
    • 7 years ago

    This has conflicts, can't be approved.

  • Custom User Avatar
    • JohanWiltink
    • resolved a suggestion on "MergeSort "merge" function" kata
    • 7 years ago

    Your suggestion has been considered for eight months.

    I think appropriate action has been taken by now.

  • Custom User Avatar
    • jbristow
    • created a suggestion for "MergeSort "merge" function" kata
    • 8 years ago

    Needs arbitrarily long tests... things like...

    (let [expected (range (rand-int 200) (+ 200 (rand-int 200))
          n (count expected)
          [a b] (map sort (split-at (rand-int n) (shuffle expected)))]
          
          (testing (format "a: %s b: %s" a b)
            (is (= expected (mergesorted a b)))))
    
  • Custom User Avatar
    • jbristow
    • commented on ""Multiples of 3 and 5" Clojure Translation"
    • 8 years ago

    I just wanted to add a simple fork that shows off what the Project Euler question was hinting towards. The iterative solution becomes slow beyond a million or so.

  • Custom User Avatar
    • jbristow
    • commented on ""Bit Counting" Clojure Translation"
    • 8 years ago

    Ok, this should fix jetjake's code so it correctly tests. Also cleaned up formatting and spelling.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...