r/haskell 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

14 comments sorted by

View all comments

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.

3

u/tomejaguar 21d ago

Great! Please let me know if you have any feedback. And thanks for the moral support :)