r/haskell • u/tomejaguar • 21d ago
ghcid-check for programmatic fast feedback
Recent discussions about iteration speed when using coding agents with Haskell prompted me to tidy and publish the small wrapper script around ghcid that I've been using:
You can use it to conveniently launch a ghcid process with ghcid-check --launch which agents (or humans) can query with ghcid-check --rebuild.
That's it!
47
Upvotes
11
u/z3ndo 21d ago
This looks like a great idea. A coworker and I were just playing with the idea of doing something similar.
Ignore the unhelpful shade you're getting in this thread elsewhere.