Show HN: Openleetcode – LeetCode runner where tests live in the repo
Category: cli-tool
Tags: leetcode, haskell, cli-tool, test-runner, docker
Score: 6.0/10 (Innovation: 6, Technical: 6, Documentation: 7, Utility: 5)
Openleetcode is a local LeetCode runner written in Haskell that executes solution files against open test suites stored in the repository, using a pluggable backend (Piston) via Docker. Its own approach of keeping tests and runtime templates in the repo and being language-agnostic with a CLI makes it interesting for developers who want offline or custom LeetCode practice.
Target audience: backend devs
Repository: https://github.com/therepanic/openleetcode/releases/tag/v1.0.0 · Haskell · Unlicense · 6 stars
View on Hacker News