Ask HN: What is your language choice for coding challenges?
1–8 of 8 posts
Re: Ask HN: What is your language choice for coding challenges?
#2Re: Ask HN: What is your language choice for coding challenges?
#3Re: Ask HN: What is your language choice for coding challenges?
#4I hit questions where I would say "I would do that in production in Erlang, or C", but then the only metric you are judged on is time, and suddenly I'm writing Ruby again.
I think that's fine when the challenge is scoped as "who can solve this challenge?", but there are "job application" type challenges with tight timers where this is just the wrong approach. It's similar to why you never write tests in such environments, once you get a tick on the challenge.
Re: Ask HN: What is your language choice for coding challenges?
#5Re: Ask HN: What is your language choice for coding challenges?
#6Re: Ask HN: What is your language choice for coding challenges?
#7Re: Ask HN: What is your language choice for coding challenges?
#8At stockfighter.io and HackerRank, I enjoyed practicing my Clojure hacking skills. HackerRank supports Clojure as a language that is submitted and run against automated test suites for challenges. At stockfighter.io, you can choose any language since you are submitting answers to a REST API.
My Clojure chops increased and I now use the language at work for new development.
I am debating a switch to python for machine learning challenges (maybe Kaggle?). If I decided to return to the enterprise world, I probably should drift back to plain Java for challenges.