Skip to content

ramblings

More Thoughts on CodeCrafters

Im my previous post, I shared some of my thoughts on the CodeCrafters website and the coding challenges it offers. In particular, I had completed the HTTP server challenge in Rust and Claude Code challenge beta (notably, the number of available stages, and the feature set of the “completed” code, are quite limited) in Python and was working on the Interpreter challenge in Rust. I have since completed the Interpreter challenge, and decided to share some more thoughts on the experience.

Thoughts on CodeCrafters

CodeCrafters is a site where one can complete a number of programming challenges. Challenges include:

  • Build your own HTTP server
  • Build your own Interpreter
  • Build your own Shell
  • Build your own Claude Code (still in beta)

Each challenge is broken into a number of steps, with an extensive test suite triggered by the command codecrafters submit which: